Multiple plots using a method on single axis?
古いコメントを表示
I have a method that plots an array of data onto an axes in my GUI. I want to be able to call this method in a for loop and all the data that is plotted be on the same axes and not reset every time the method is called. Is this possible?
採用された回答
その他の回答 (1 件)
Walter Roberson
2015 年 7 月 29 日
Use
hold on
if you want to have all of the objects appear together on the same axes.
カテゴリ
ヘルプ センター および File Exchange で Performance and Memory についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!