External Interfaces Reference |
Issue warning message with identifier
C Syntax
Arguments
identifier
String containing a MATLAB message identifier. See Message Identifiers in the MATLAB documentation for information on this topic.
warning_msg
String containing the warning message to be displayed. The string may include formatting conversion characters, such as those used with the ANSI C sprintf
function.
...
Any additional arguments needed to translate formatting conversion characters used in warning_msg
. Each conversion character in warning_msg
is converted to one of these values.
Description
Call mexWarnMsgIdAndTxt
to write a warning message and its corresponding identifier to the MATLAB window.
Unlike mexErrMsgIdAndTxt
, mexWarnMsgIdAndTxt
does not cause the MEX-file to terminate.
See Also
mexWarnMsgTxt
, mexErrMsgIdAndTxt
, mexErrMsgTxt
mexUnlock | mexWarnMsgTxt |
© 1994-2005 The MathWorks, Inc.