| MATLAB® | ![]() |
#include "mex.h" void mexWarnMsgTxt(const char *warningmsg);
mexWarnMsgTxt(warningmsg) character*(*) warningmsg
String containing the warning message to be displayed
mexWarnMsgTxt causes MATLAB software to display the contents of warningmsg.
Unlike mexErrMsgTxt, mexWarnMsgTxt does not cause the MEX-file to terminate.
See yprime.c in the mex subdirectory of the examples directory.
Additional examples:
explore.c in the mex subdirectory of the examples directory
fulltosparse.c in the refbook subdirectory of the examples directory
mxisfinite.c and mxsetnzmax.c in the mx subdirectory of the examples directory
mexErrMsgTxt, mexErrMsgIdAndTxt, mexWarnMsgIdAndTxt
![]() | mexWarnMsgIdAndTxt (C and Fortran) | mwIndex (C and Fortran) | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |