Feeds
提问
I didn't understand the output of "y=sin(2*pi*t)" where t=[1 2 3 4 5].
output is 1.0e-14 * -0.0245 -0.0490 -0.0735 -0.0980 -0.1225 i think ouput should be 0 0 0 0 0 because sin(multip...
12 years 前 | 1 个回答 | 0
1
个回答提问
For 2-D line plot
For 2-D plot, command " plot(x,y)" gives us a graph of y vs x. but what is output of "plot(y).
12 years 前 | 1 个回答 | 0
