help-octave
[Top][All Lists]
Advanced

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

Re: Question re function in .m file


From: Dmitri A. Sergatskov
Subject: Re: Question re function in .m file
Date: Tue, 14 Dec 2004 21:55:07 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041127)

John B. Thoo wrote:

octave:2> quaderror (x)
error: `x' undefined near line 2 column 12
error: evaluating argument list element number 1

`x' undefined because you have not defined it.
Try
octave> x = pi /2;
octave> quaderror (x)

Regards,

Dmitri.
--



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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