Functions | |
elseif (nargin==1) if(ishandle(h)) if(isfigure(h)) ax | |
if (isempty(ax)) ax | |
set (h,"currentaxes", ax) | |
elseif (strcmpi(get(h,"type"),"axes")) ax | |
else | error ("hold: expecting argument to be axes or figure graphics handle") |
endif else | print_usage () |
Variables | |
function | retval |
fig = gcf () |
elseif | ( | strcmpi(get(h,"type"),"axes") | ) |
elseif | ( | nargin | = =1 |
) |
if | ( | isempty(ax) | ) |
set | ( | h | , | |
"currentaxes" | , | |||
ax | ||||
) |
fig = gcf () |