Warning message
Note:
|
#include "mex.h" void mexWarnMsgTxt(const char *warningmsg);
subroutine mexWarnMsgTxt(warningmsg) character*(*) warningmsg
warningmsg
String containing the warning message to display
mexWarnMsgTxt
causes MATLAB® software
to display the contents of warningmsg
. mexWarnMsgTxt
does
not terminate the MEX-file.