clc
clear
close all
x = 2000:2005;
y = [1 2 0.4 6 9 3];
subplot(2,2,1)
plot(x,y
plot、bar、stem、area函数绘图
最新推荐文章于 2024-01-25 16:42:44 发布
clc
clear
close all
x = 2000:2005;
y = [1 2 0.4 6 9 3];
subplot(2,2,1)
plot(x,y