help-octave
[Top][All Lists]
Advanced

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

Re: Problem Loading Image in Octave for further Processing


From: Søren Hauberg
Subject: Re: Problem Loading Image in Octave for further Processing
Date: Tue, 08 Jul 2008 13:24:23 +0200

tir, 08 07 2008 kl. 19:20 +0800, skrev Abdul Rahman Riza:
> +octave:1> pkg install image-1.0.6.tar.gz
> octave:2> I = imread("lena.bmp");
> error: `imread' undefined near line 2 column 5

Try typing 'pkg list' to see if the package was loaded (there'll be a
'*' next to the package name if it is loaded). If it is not loaded, type
'pkg load image'. Then try again.

Søren



reply via email to

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