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

3 lines
46 B
Matlab

x = linspace(0,2 * pi);
y = sin(x);
plot(x,y);