How to reset (set back) hold on/off to its original value?

11 vues (au cours des 30 derniers jours)
Mr M.
Mr M. le 16 Sep 2015
One of my function generates some plots, and I want to set hold on or off at the end of the function.
  1 commentaire
dpb
dpb le 17 Sep 2015
So "just do it". What's the issue?

Connectez-vous pour commenter.

Réponses (2)

Tim Jackman
Tim Jackman le 18 Sep 2015
If you just use "hold" it will toggle the hold state, so if hold is on, it will turn it off and vice versa.
"hold on" turns on the hold state and "hold off" turns it off.

Image Analyst
Image Analyst le 19 Sep 2015
There is no documented way of determining the original hold state, at least that I could find. Why do you feel you need to determine the original state? It's probably not necessary. You should know the way you want to leave your plot, and just set it accordingly.

Catégories

En savoir plus sur Scatter Plots dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by