help-octave
[Top][All Lists]
Advanced

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

Re: gplot versus plot


From: oxyopes
Subject: Re: gplot versus plot
Date: Tue, 10 Jul 2007 17:29:05 +0200

Ok, but i keep not understanding why code 1 bellow does not work
whereas  code 2 works?
What a function is difined in code 2? Inline?

1)  y=@(x) x.^2 ; fplot ("y(x)",[1,5])
2)  y= 'x.^2' ; fplot (y, [1,5])


reply via email to

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