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!