help-octave
[Top][All Lists]
Advanced

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

Problem with package


From: Dorian
Subject: Problem with package
Date: Fri, 11 Jan 2008 19:26:14 +0100

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






reply via email to

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