Products & Services Industries Academia Support User Community Company

Learn more about MATLAB   

mexWarnMsgIdAndTxt (C and Fortran) - Display warning message with identifier

C Syntax

#include "mex.h"
void mexWarnMsgIdAndTxt(const char *warningid,
  const char *warningmsg, ...);

Fortran Syntax

subroutine mexWarnMsgIdAndTxt(warningid, warningmsg)
character*(*) warningid, warningmsg

Arguments

warningid

String containing a MATLAB message identifier. For information on creating identifiers, see Message Identifiers in the MATLAB Programming Fundamentals documentation.

warningmsg

String to display. In C, the string can include conversion specifications, used by the ANSI C printf function.

...

In C, any arguments used in the message. Each argument must have a corresponding conversion specification.

Description

The mexWarnMsgIdAndTxt function writes a warning message to the MATLAB window. For more information, see the warning function syntax statement using a message identifier.

Unlike mexErrMsgIdAndTxt, calling mexWarnMsgIdAndTxt does not terminate the MEX-file.

See Also

mexErrMsgTxt, mexErrMsgIdAndTxt, mexWarnMsgTxt

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS