merging two plots of different program
Ältere Kommentare anzeigen
how can i call another program so that i merge plots of these two programs.
4 Kommentare
Walter Roberson
am 1 Aug. 2019
Sometimes it is as easy as calling
hold on
and invoking the second program. But sometimes it can get considerably more difficult, depending exactly how the second program does the plotting.
sadia sabahat
am 1 Aug. 2019
Jackson Burns
am 1 Aug. 2019
Can you post your code so that we have more context for the issue?
Walter Roberson
am 2 Aug. 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
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Graph and Network Algorithms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!