Navigation

Operators and Keywords

Function List:

C++ API

image.m File Reference


Functions

endif endfor if (nargin==0||firstnonnumeric==1) img
 elseif (nargin==1||firstnonnumeric==2) img
 set (ax,"layer","top")
unwind_protect_cleanup axes (oldax)
end_unwind_protect if (nargout > 0) retval

Variables

function retval
 firstnonnumeric = Inf
for i
 break
 x = y = []
 y = varargin{2}
 img = varargin{3}
endif oldax = gca ()
unwind_protect axes (ax)
 h = __img__ (x, y, img, varargin {firstnonnumeric:end})

Function Documentation

unwind_protect_cleanup axes ( oldax   ) 

elseif ( nargin  = =1||firstnonnumeric==2  ) 

end_unwind_protect if ( nargout  ,
 
)

endif endfor if ( nargin  = =0||firstnonnumeric==1  ) 

set ( ax  ,
"layer"  ,
"top"   
)


Variable Documentation

break

h = __img__ (x, y, img, varargin {firstnonnumeric:end})

for i

Initial value:

 1 : nargin
    if (! isnumeric (varargin{i}))
      firstnonnumeric = i

img = varargin{3}

endif oldax = gca ()

function retval

Initial value:

 image (varargin)

  [ax, varargin, nargin] = __plt_get_axis_arg__ ("image", varargin{:})

else x = y = []

y = varargin{2}