Problem with package
Dorian
wizzard028wise at gmail.com
Fri Jan 11 12:26:14 CST 2008
Hello all,
When I used "imread" , octave return the following error,
octave:11> f=imread('circuit.gif');
error: `imread' undefined near line 11 column 3
I switched to "loadimage", I got the following error
octave:12> f=loadimage("circuit.gif")
error: load: /home/My_Name/Desktop/Vision/circuit.gif: inconsistent number
of columns near line 3
error: load: unable to extract matrix size from file
`/home/My_Name/Desktop/Vision/circuit.gif'
error: evaluating assignment expression near line 47, column 8
error: called from `loadimage' in file
`/usr/local/share/octave/3.0.0/m/image/loadimage.m'
error: evaluating assignment expression near line 11, column 2
I have already installed the package " Image Processing",
Thanks in advance,
Dorian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.cae.wisc.edu/pipermail/help-octave/attachments/20080111/5e0630e0/attachment.html
More information about the Help-octave
mailing list