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일

0 개 추천

hold on
Just make sure that your scripts don't clear any figures when they run.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2011년 3월 7일

0 개 추천

You also need to ensure that the scripts do not create their own figures to plot into.

카테고리

도움말 센터File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

질문:

2011년 3월 7일

댓글:

2023년 1월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by