2010年4月25日 星期日

Matlab Plot( x, y)

x = -pi:.1:pi;
y = sin(x);
plot(x,y)


沒有留言:

張貼留言