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") |
!set | ( | h(2) | , | |
"color" | , | |||
"g" | ||||
) |
!stem | ( | x | , | |
y | ||||
) |
!stem | ( | x | ) |
if | ( | nargout | , | |
0 | ||||
) |
!h = stem (x, y, "b") |
!demo !x = 1:10 |
!y = ones (1, length (x))*2.*x |
function h |
Initial value:
stem (varargin) if (nargin < 1) print_usage ()
endif tmp = __stem__ (false, varargin{:}) |