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 19:03:50 +0200

Ok, but is there another way to plot a function defined by me?

> 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])
>
This should be fixed in the CVS...


reply via email to

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