help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Loading Image Problem


From: Thomas Weber
Subject: Re: Loading Image Problem
Date: Thu, 10 Jul 2008 12:23:55 +0200

Am Donnerstag, den 10.07.2008, 17:52 +0800 schrieb Abdul Rahman Riza:
> Dear Colleagues,
> 
> I already installed newer version of ubuntu therefore now i can use
> octave 3.0 and use instruction as appeared in manual still with the
> error messages
> 
> For information about changes from previous versions, type `news'.
> 
> octave:1> I = loadimage ("lena.bmp");
> error: load: /home/unimap/lena.bmp: inconsistent number of columns
> near line 2
> error: load: unable to extract matrix size from file
> `/home/unimap/lena.bmp'
> error: evaluating assignment expression near line 47, column 8
> error: called from `loadimage' in file
> `/usr/share/octave/3.0.0/m/image/loadimage.m'
> error: evaluating assignment expression near line 1, column 3
> octave:1> 
> 
> Anyone can tell me what went wrong?

octave:2> help loadimage

...
The image must be stored in Octave's image format.
...

You want 'imread.m' from Octave-Forge's image package.

        Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]