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

조회 수: 11 (최근 30일)
Mr M.
Mr M. 2015년 9월 16일
답변: Image Analyst 2015년 9월 19일
One of my function generates some plots, and I want to set hold on or off at the end of the function.

답변 (2개)

Tim Jackman
Tim Jackman 2015년 9월 18일
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 2015년 9월 19일
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.

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by