How To... Plot Multiple Data Sets on the Same plot

回答(1 个)

Or:
plot(1:10, rand(1, 10), 'r-+');
hold('on');
plot(1:10, rand(1, 10), 'g-d');
plot(1:10, rand(1, 10), 'b-*');

类别

帮助中心File Exchange 中查找有关 2-D and 3-D Plots 的更多信息

提问:

2017-9-16

评论:

2017-9-17

Community Treasure Hunt

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

Start Hunting!

Translated by