%
This script is used to plot y(t)=sin(alpha*t).%%
The value of alpha must
exist in the workspace prior %
to invoking the script.%t=[0:0.01:1];
This is the end of the preview.
Sign up
to
access the rest of the document.
Unformatted text preview: y=sin(alpha*t);plot(t,y)xlabel('Time (sec)')ylabel('y(t) = sin(\alpha t)')grid on...
View
Full Document
- Spring '09
- q
-
Click to edit the document details