merging two plots of different program
古いコメントを表示
how can i call another program so that i merge plots of these two programs.
4 件のコメント
Walter Roberson
2019 年 8 月 1 日
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
2019 年 8 月 1 日
Jackson Burns
2019 年 8 月 1 日
Can you post your code so that we have more context for the issue?
Walter Roberson
2019 年 8 月 2 日
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
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Graph and Network Algorithms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!