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 ?

 Respuesta aceptada

Matt Tearle
Matt Tearle el 7 de Mzo. de 2011
hold on
Just make sure that your scripts don't clear any figures when they run.

Más respuestas (1)

Walter Roberson
Walter Roberson el 7 de Mzo. de 2011

0 votos

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

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 7 de Mzo. de 2011

Comentada:

el 19 de En. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by