How to plot separate scripts into one plot

If I have two Matlab scripts, for example "apple.m" and "ball.m" that plot with the same axes (just different data), etc. how can I plot them on the same plot? Thank you.

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 7 月 12 日

0 投票

Much of the time, you can just run the first one, then command
hold on
and then run the second one.
This will not always work; when it does not work, then typically it is necessary to modify the code.

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

質問済み:

g
g
2018 年 7 月 11 日

回答済み:

2018 年 7 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by