Plotting graphs from different m-files
조회 수: 1 (최근 30일)
이전 댓글 표시
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 ?
댓글 수: 0
채택된 답변
Matt Tearle
2011년 3월 7일
hold on
Just make sure that your scripts don't clear any figures when they run.
추가 답변 (1개)
Walter Roberson
2011년 3월 7일
You also need to ensure that the scripts do not create their own figures to plot into.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!