Navigation

Operators and Keywords

Function List:

C++ API

ishold.m File Reference


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 ()

Function Documentation

elseif ( strcmpi(get(h,"type"),"axes")   ) 

elseif ( nargin  = =1  ) 

endif else error ( "hold: expecting argument to be axes or figure graphics handle"   ) 

if ( isempty(ax)   ) 

endif else print_usage (  ) 

set ( ,
"currentaxes"  ,
ax   
)


Variable Documentation

fig = gcf ()

endif retval

Initial value:

 ishold (h)

  if (nargin == 0)
    ax = gca ()