Plotting graphs from different m-files

1 回表示 (過去 30 日間)
Bhagat
Bhagat 2011 年 3 月 7 日
コメント済み: Anita MONGSHI 2023 年 1 月 19 日
I got o/p graphs for 3 separate m-files with same x- axis and y-axis parameter. Now, I want to compare these graphs i.e. plot all the 3 results on one single graph. Is it possible & if yes then how ?

採用された回答

Matt Tearle
Matt Tearle 2011 年 3 月 7 日
hold on
Just make sure that your scripts don't clear any figures when they run.
  1 件のコメント
Anita MONGSHI
Anita MONGSHI 2023 年 1 月 19 日
Very helpfu. Thank you.

サインインしてコメントする。

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2011 年 3 月 7 日
You also need to ensure that the scripts do not create their own figures to plot into.

カテゴリ

Help Center および File ExchangeCreating, Deleting, and Querying Graphics Objects についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by