If i am having one plot generated from one .m file and another plot from another .m file, Now i would like to compare both plots from different m.files how can i do that? Can I save those plot in memory of matlab or something like that?

1 visualización (últimos 30 días)
If i am having one plot generated from one .m file and another plot from another .m file, Now i would like to compare both plots from different m.files how can i do that? Can I save those plot in memory of matlab or something like that?
  2 comentarios
KSSV
KSSV el 16 de Jun. de 2017
You can save the plots in .fig format and later open them openfig.
Adam
Adam el 16 de Jun. de 2017
Turn your m files into functions and have each one return the data that is used for its plot if you want to compare the actual data rather than just visually compare two plots.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by