External Interfaces Reference |
Issue warning message with identifier
Fortran Syntax
Arguments
errorid
Character array containing a MATLAB message identifier. See Message Identifiers in the MATLAB documentation for information on this topic.
warningmsg
String containing the warning message to be displayed.
Description
mexWarnMsgIdAndTxt
causes MATLAB to display the contents of warningmsg
.
Unlike mexErrMsgIdAndTxt
, mexWarnMsgIdAndTxt
does not cause the MEX-file to terminate.
See Also
mexWarnMsgTxt
, mexErrMsgIdAndTxt
, mexErrMsgTxt
mexUnlock | mexWarnMsgTxt |
© 1994-2005 The MathWorks, Inc.