External Interfaces/API Reference    
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


  mexUnlock mexWarnMsgTxt