help-octave
[Top][All Lists]
Advanced

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

function eval


From: moreno
Subject: function eval
Date: Fri, 30 Nov 2001 22:52:24 +0100

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?

reply via email to

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