Navigation

Operators and Keywords

Function List:

C++ API

which.m File Reference


Functions

 if (nargout==0) for i
endif else if (isempty(m(i).type)) printf("`%s' is the file %s\n"
endif else m (i).name
else printf ("`%s' is a %s from the file %s\n", m(i).name, m(i).type, m(i).file)
endif else print_usage ()

Variables

function varargout

Function Documentation

endif else if ( isempty(m(i).type  ) 

if ( nargout  = =0  ) 

endif else m (  ) 

endif else print_usage (  ) 

else printf ( "`%s' is a %s from the file %s\n"  ,
m(i).  name,
m(i).  type,
m(i).  file 
)


Variable Documentation

endif endif endfor else varargout

Initial value:

 which (varargin)

  if (nargin > 0 && iscellstr (varargin))
    m = __which__ (varargin{:})