From: ncl hu on
Hi,

can anyone help with this little problem, I use hold(axes_handle) to display multilple graphs on one figure,

in the matlab command window, it keeps display "current plot held, current plot released". how to disable this annoying thing?

thanks
From: Steven Lord on

"ncl hu" <z.x.hu(a)ncl.ac.uk> wrote in message
news:hkgte9$h02$1(a)fred.mathworks.com...
> Hi,
>
> can anyone help with this little problem, I use hold(axes_handle) to
> display multilple graphs on one figure,
> in the matlab command window, it keeps display "current plot held, current
> plot released". how to disable this annoying thing?

Explicitly specify whether you're turning HOLD on or off.

hold(axes_handle, 'on')
hold(axes_handle, 'off')

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ