Vectorized hold

Vectorized version of hold function.
227.0 次下载
更新时间 2012/5/10

查看许可证

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)

引用格式

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

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Graphics Object Properties 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0