Functions | |
if (isempty(varargout)) __caxis__(h | |
endif unwind_protect_cleanup | axes (oldh) |
if (nargout > 1) cmax | |
endif | elseif (ischar(ax)) if(strcmpi(ax |
endif auto | set (ca,"climmode","auto") |
elseif (strcmpi(ax,"manual")) set(ca | |
endif | elseif (isvector(ax)) len |
Variables | |
function | varargout |
oldh = gca () | |
unwind_protect | axes (h) |
else [varargout{:}] = __caxis__ (h, varargin{:}) | |
end_unwind_protect endfunction | function [cmin, cmax] |
cmin = cmin(1) | |
climmode | |
manual |
endif elseif | ( | isvector(ax) | ) |
elseif | ( | strcmpi(ax,"manual") | ) |
endif elseif | ( | ischar(ax) | ) |
if | ( | nargout | , | |
1 | ||||
) |
if | ( | isempty(varargout) | ) |
else[varargout{:}] = __caxis__ (h, varargin{:}) |
oldh = gca () |
varargout |