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!