Vectorized hold

Vectorized version of hold function.
227 Downloads
Updated Thu, 10 May 2012 12:32:49 +0000

View License

VHOLD(multiax, onoff) set hold state of multiple axes.
VHOLD(multiax, onoff) is a vectorized version of function hold.
It sets the states of multiple axes objects with handles in matrix
multiax, to the states provided in onoff. Argument onoff can be a
single string, 'on' or 'off', setting all the axes to that hold state,
or a cell matrix of strings 'on', 'off', setting individual axes to
(possibly) different states. Note that in the second case, matrix
multiax and cell matrix onoff should have the same size, i.e.,
size(multiax) should equal size(onoff), if onoff is a cell matrix.

usage
VHOLD(multiax, onoff)

input
multiax = matrix of handles to axes objects
= [ax11, ax12, ..., ax1m;
ax21, ax22, ..., ax2m;
: : : :
axn1, axn2, ..., axnm];
onoff = hold states for axes objects with handles in array multiax
= 'on' (to set all axes objects hold states to 'on') |
= 'off' (to set all axes objects hold states to 'off') |
= {'on', 'off', 'off', ..., } (to set individual hold states)

Cite As

Ioannis Filippidis (2024). Vectorized hold (https://www.mathworks.com/matlabcentral/fileexchange/36643-vectorized-hold), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Graphics Object Properties in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0