Home > chronux_2_00 > spikesort > utility > matlabtools > lasterrid.m

lasterrid

PURPOSE ^

LASTERRID Message ID associated with last error.

SYNOPSIS ^

function lastid = lasterrid

DESCRIPTION ^

LASTERRID         Message ID associated with last error.
   LASTID = LASTERRID returns a string containing the identifier string
   corresponding to the last error message issued by MATLAB (see HELP
   ERROR for more information on message identifiers).

   See also LASTERR.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function lastid = lasterrid
0002 %LASTERRID         Message ID associated with last error.
0003 %   LASTID = LASTERRID returns a string containing the identifier string
0004 %   corresponding to the last error message issued by MATLAB (see HELP
0005 %   ERROR for more information on message identifiers).
0006 %
0007 %   See also LASTERR.
0008 
0009 [lastmsg, lastid] = lasterr;

Generated on Fri 15-Aug-2008 11:35:42 by m2html © 2003