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

3 lines
34 B
Matlab

x = (1:1:20);
y = x / 3;
plot(x,y)