help-octave
[Top][All Lists]
Advanced

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

Re: Plot 6 functions in a single graph


From: Isak Delberth Davids
Subject: Re: Plot 6 functions in a single graph
Date: Fri, 10 May 2013 14:59:29 +0200



On 10 May 2013 14:55, drragos_drag <address@hidden> wrote:
Thanks!! But i don't know the correct syntax for a single function plot...can
u please give me an example?



--
View this message in context: http://octave.1599824.n4.nabble.com/Plot-6-functions-in-a-single-graph-tp4652768p4652770.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


If it is a 2D plot, then
 x = -10:0.1:10;
y = sin(x);
plot(x,y);

More at, http://www.gnu.org/software/octave/doc/interpreter/Two_002dDimensional-Plots.html

Cheers.

reply via email to

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