MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mexWarnMsgTxt    Examples   See Also

Issue warning message

C Syntax

Arguments

warning_msg
  String containing the warning message to be displayed.

Description

mexWarnMsgTxt causes MATLAB to display the contents of error_msg.

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

Examples

See yprime.c in the mex subdirectory of the examples directory.

For additional examples, see explore.c in the mex subdirectory of the examples directory; see fulltosparse.c and revord.c in the refbook subdirectory of the examples directory; see mxisfinite.c and mxsetnzmax.c in the mx subdirectory of the examples directory.

See Also

mexErrMsgTxt



[ Previous | Help Desk | Next ]