MATLAB Runtime Server    

Setting the Global Warning Behavior on UNIX

The UNIX Runtime Server's default warning behavior, like that of commercial MATLAB, directs warning messages to the command window. Since a Runtime Server application displays these warning messages in the terminal window, you might want to change the application's warning behavior.

You can instruct the Runtime Server to suppress warning messages by using the statement warning off in matlabrt.m, instead of warning backtrace.


  Prompt to Choose Between Continuing and Quitting Developing a MATLAB Runtime GUI Application