help-octave
[Top][All Lists]
Advanced

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

Re: Plotting with octave


From: Dirk Eddelbuettel
Subject: Re: Plotting with octave
Date: Thu, 17 Aug 2000 12:20:59 -0400
User-agent: Mutt/1.0.1i

The problem is not gplot, is your use of matrix exponentiation when you want
element-by-element operations.  Try

        y = x.^2;
        
in your function definition.

Dirk

-- 
According to the latest figures, 43% of all statistics are totally worthless.



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

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



reply via email to

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