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개)

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 CenterFile 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!

Translated by