Files
matlab-learning/plotxy09.m
2025-10-10 17:29:33 +08:00

3 lines
39 B
Matlab

x=0:0.5:4*pi;
y=sin(x);
plot(x,y,'b->')