help-octave
[Top][All Lists]
Advanced

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

Re: HOWTO octave


From: Paul Kienzle
Subject: Re: HOWTO octave
Date: Thu, 26 Apr 2001 23:44:52 +0100
User-agent: Mutt/1.2.5i

To plot f(x) from a to b:

        x = linspace(a,b,200);
        plot(x,f(x));

Paul Kienzle
address@hidden

On Thu, Apr 26, 2001 at 09:15:42PM +0200, Matteo D'Alfonso wrote:
> Hail to all!
> 
> I start yesterday to learnig Octave by myself.
> It's simple to work with matrix, but how to plot function?
> It's not so immediate like solving linear system.
> 
> Thanks for the help,
> Matteo.
> 
> 
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 
> 



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