Navigation

Operators and Keywords

Function List:

C++ API

stem.m File Reference


Functions

 if (nargout > 0) h
 !stem (x)
 !stem (x, y)
 !set (h(2),"color","g")

Variables

function h
endif tmp = __stem__ (false, varargin{:})
endif endfunction!demo !x = 1:10
 !y = ones (1, length (x))*2.*x
 !h = stem (x, y, "b")

Function Documentation

!set ( h(2)  ,
"color"  ,
"g"   
)

!stem ( ,
 
)

!stem (  ) 

if ( nargout  ,
 
)


Variable Documentation

!h = stem (x, y, "b")

!demo !x = 1:10

!y = ones (1, length (x))*2.*x

Initial value:

 stem (varargin)

  if (nargin < 1)
    print_usage ()

endif tmp = __stem__ (false, varargin{:})