External Interfaces Reference Previous page   Next Page
mexWarnMsgIdAndTxt

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


Previous page  mexUnlock mexWarnMsgTxt Next page

© 1994-2005 The MathWorks, Inc.