Navigation

Operators and Keywords

Function List:

C++ API

scatter.m File Reference


Functions

 if (nargin< 2) print_usage()
 newplot ()
unwind_protect_cleanup axes (oldh)
end_unwind_protect endif if (nargout > 0) retval
 !scatter (x, y,[], sqrt(x.^2+y.^2))

Variables

function retval
else oldh = gca ()
unwind_protect axes (h)
 tmp = __scatter__ (h, 2, "scatter", varargin{:})
endif endfunction!demo !x = randn (100, 1)
 !y = randn (100, 1)

Function Documentation

!scatter ( ,
,
sqrt(x.^2+y.^2)   
)

unwind_protect_cleanup axes ( oldh   ) 

end_unwind_protect endif if ( nargout  ,
 
)

if (  ) 

newplot (  ) 


Variable Documentation

endif endfunction !demo !x = randn (100, 1)

!y = randn (100, 1)

else oldh = gca ()

function retval

Initial value:

 scatter (varargin)

  [h, varargin, nargin] = __plt_get_axis_arg__ ("scatter", varargin{:})

tmp = __scatter__ (h, 2, "scatter", varargin{:})