External Interfaces Reference Previous page   Next Page
mexWarnMsgIdAndTxt

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


Previous page  mexUnlock mexWarnMsgTxt Next page

© 1994-2005 The MathWorks, Inc.