help-octave
[Top][All Lists]
Advanced

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

Re: function eval


From: Paul Kienzle
Subject: Re: function eval
Date: Fri, 30 Nov 2001 17:17:26 -0500

f='x^2-1;';

On Fri, Nov 30, 2001 at 10:52:24PM +0100, moreno wrote:
> I have a problem with output if i write:
> 
> x=2;
> f='x^2-1';
> y=eval(f);
> 
> octave return me as output 
> ans=3
> Can I hide this output?



-------------------------------------------------------------
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]