Plotting graphs from different m-files

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 ?

 Risposta accettata

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

Più risposte (1)

Walter Roberson
Walter Roberson il 7 Mar 2011

0 voti

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

Categorie

Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by