> 其他 >
matlab中plot(x,y)函数中的x,y是行向量吗
人气:498 ℃ 时间:2020-06-17 08:35:04
解答
行向量列向量都可以~
x=1:5;y=1:5;
plot(x,y);
plot(x,y');
plot(x',y);
plot(x',y');
后边这四个plot都是一样的~
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版