Multiple plots using a method on single axis?
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (1)
Walter Roberson
il 29 Lug 2015
Use
hold on
if you want to have all of the objects appear together on the same axes.
Categorie
Scopri di più su Performance and Memory in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!