plotting 2 vectors of different

Hi, i got one vector that is 120 rows whilst the other is 60. How can i plot them in the same figure?

 采纳的回答

with hold on.
figure
plot(x1)
hold on
plot(x2)

2 个评论

What do u mean with hold on ?
It means that matlab keeps plotting on the same figure. Have you tried the script with your vector instead of x1 and x2?

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Line Plots 的更多信息

标签

提问:

AA
2014-12-24

评论:

2014-12-24

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by