External Interfaces Reference Previous page   Next Page
mexWarnMsgTxt

Issue warning message

Fortran Syntax

Arguments

warningmsg
   String containing the warning message to be displayed.

Description

mexWarnMsgTxt causes MATLAB to display the contents of warningmsg.

Unlike mexErrMsgTxt, mexWarnMsgTxt does not cause the MEX-file to terminate.

See Also

mexWarnMsgIdAndTxt, mexErrMsgTxt, mexErrMsgIdAndTxt


Previous page  mexWarnMsgIdAndTxt Fortran Engine Functions Next page

© 1994-2005 The MathWorks, Inc.