merging two plots of different program
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
sadia sabahat
le 1 Août 2019
Commenté : Walter Roberson
le 2 Août 2019
how can i call another program so that i merge plots of these two programs.
4 commentaires
Walter Roberson
le 2 Août 2019
If you are using plot() of a graph() or digraph() object, then you can just
hold on
and plot additional items -- plot() of graph() and digraph() objects use regular axes
Réponse acceptée
Star Strider
le 1 Août 2019
I woiuld save the plot created in the first script as a .fig file using the savefig function, then in the second script use openfig to load it into that script’s workspace and add whatever you want to it using the hold function. Then use savefig on it again, if you want to save the new figure as a .fig file.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Graph and Network Algorithms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!