help-octave
[Top][All Lists]
Advanced

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

Re: Do I need to include octave-image in Octave script?


From: marco atzeri
Subject: Re: Do I need to include octave-image in Octave script?
Date: Wed, 06 Feb 2013 15:32:15 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

On 2/6/2013 3:26 PM, satyam_m wrote:
My octave script reads like:
*
I=imread('b.jpg');
imshow(I)
J=imcomplement(I);
figure, imshow(J)
*
It is saved in a file names "a.m".

Now whenever I want to execute this a.m I type on octave terminal : a
It gets executed but produces following error:
*
octave-3.2.4:13> a

try
source ("a.m")



reply via email to

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