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: Abdul Rahman Riza
Subject: Re: Problem Loading Image in Octave for further Processing
Date: Tue, 8 Jul 2008 19:28:13 +0800

Dear Soren Hauberg,

It seems no package installed even I tried to do instruction from octave forge site

octave:1> I = imread("lena.bmp");
error: `imread' undefined near line 1 column 5
error: evaluating assignment _expression_ near line 1, column 3
octave:1> pkg install image-1.0.6.tar.gz
octave:2> I = imread("lena.bmp");
error: `imread' undefined near line 2 column 5
error: evaluating assignment _expression_ near line 2, column 3
octave:2> pkg list
no packages installed.
octave:3>


Riza

2008/7/8 Søren Hauberg <address@hidden>:
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]