help-octave
[Top][All Lists]
Advanced

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

Question About Plotting Trigonometric Functions


From: Malstygian
Subject: Question About Plotting Trigonometric Functions
Date: Sun, 23 Dec 2007 15:10:20 -0800 (PST)

I would like to graph the following puretone sine wave:

f = 400;
t = 0:0.1:0.5;
plot(t, sin(2*pi*f*t))

However, the plot this generated did not look correct as confirmed by
plotting the same equation using my TI-83 graphing calculator.  The picture
of the result is shown below.  What am I doing wrong?

Thank you

http://www.nabble.com/file/p14482857/sin_graph.png 
-- 
View this message in context: 
http://www.nabble.com/Question-About-Plotting-Trigonometric-Functions-tp14482857p14482857.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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