Keep plots results for several function calls
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Tobi12
le 31 Juil 2015
Modifié(e) : Azzi Abdelmalek
le 31 Juil 2015
I do have a matlab file that creates a figure with the plot function. I would like to restart my file with different parameters and have the new results plotted in the same figure from the previous function call.
What is the most elegant way to solve this? Many thanks.
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 31 Juil 2015
Modifié(e) : Azzi Abdelmalek
le 31 Juil 2015
Use hold on.
doc hold
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Graphics Objects dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!