Navigation

Operators and Keywords

Function List:

C++ API

__errcomm__.m File Reference


Functions

 while (k<=nargs) a = varargin{k++}
 if (isvector(a)) a
 elseif (ismatrix(a))
else usage ("%s (...)", caller)
 if (ischar(a)||iscellstr(a)) retval(idx++)
 elseif (isvector(a)) a
else error ("wrong argument types")
endif if (size(a)!=sz) error("argument sizes do not match")
 if (ndata > 6) error("too many arguments to a plot")
endif endwhile endwhile if (!(ischar(a)||iscellstr(a))) retval(idx++)
endif drawnow ()

Variables

function retval
endif nargs = length (varargin)
 k = 1
 idx = 1
 data = cell(6,1)
endif sz = size (a)
 ndata = 1
 break

Function Documentation

endif drawnow (  ) 

elseif ( isvector(a)   ) 

elseif ( ismatrix(a)   ) 

else error ( "wrong argument types"   ) 

endif endwhile endwhile if ( ischar(a)||iscellstr(a)  ) 

if ( ndata  ,
 
)

endif if ( size(a)!  = sz  ) 

if ( ischar(a)||iscellstr(a)   ) 

if ( isvector(a)   ) 

else usage ( "%s (...)"  ,
caller   
)

while ( k<=  nargs  )  = varargin{k++}


Variable Documentation

break

endif data = cell(6,1)

idx = 1

k = 1

endif nargs = length (varargin)

ndata = 1

function retval

Initial value:

 __errcomm__ (caller, p, varargin)

  if (nargin < 4)
    print_usage ()

endif sz = size (a)