Navigation

Operators and Keywords

Function List:

C++ API

scatter3.m File Reference


Functions

 if (nargin< 2) print_usage()
 newplot ()
unwind_protect_cleanup axes (oldh)
end_unwind_protect endif if (!ishold()) set(get(tmp
end_unwind_protect endif endif if (nargout > 0) retval
 !scatter3 (x(:), y(:), z(:),[], z(:))
 !scatter3 (x(:), y(:), z(:), 10, z(:),"s")
 !scatter3 (x(:), y(:), z(:), 20 *z(:), z(:),"s")
 !scatter3 (x(:), y(:), z(:), 20 *z(:),[],"s")

Variables

function retval
else oldh = gca ()
unwind_protect axes (h)
 tmp = __scatter__ (h, 3, "scatter3", varargin{:})
end_unwind_protect endif parent
end_unwind_protect endif view
endif endfunction !demo [x, y, z] = peaks (20)
!demo !x = rand (20,1)
 !y = rand (20,1)
 !z = rand (20,1)

Function Documentation

!scatter3 ( x(:)  ,
y(:)  ,
z(:)  ,
20 *  z:,
"s"   
)

!scatter3 ( x(:)  ,
y(:)  ,
z(:)  ,
20 *  z:,
z(:)  ,
"s"   
)

!scatter3 ( x(:)  ,
y(:)  ,
z(:)  ,
10  ,
z(:)  ,
"s"   
)

!scatter3 ( x(:)  ,
y(:)  ,
z(:)  ,
z(:)   
)

unwind_protect_cleanup axes ( oldh   ) 

end_unwind_protect endif endif if ( nargout  ,
 
)

Type Constraints

end_unwind_protect endif if ( ishold()  ) 

if (  ) 

newplot (  ) 


Variable Documentation

endif endfunction !demo[x, y, z] = peaks (20)

!demo !x = rand (20,1)

!y = rand (20,1)

!z = rand (20,1)

else oldh = gca ()

function retval

Initial value:

 scatter3 (varargin)

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

tmp = __scatter__ (h, 3, "scatter3", varargin{:})