|
From: | Isak Delberth Davids |
Subject: | Re: Plot 6 functions in a single graph |
Date: | Fri, 10 May 2013 14:59:29 +0200 |
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
x = -10:0.1:10;
y = sin(x);
plot(x,y);
[Prev in Thread] | Current Thread | [Next in Thread] |