MATLAB Runtime Server    

Testing with the Runtime Server Variant (GUI)

Although commercial MATLAB can emulate the Runtime Server environment, testing your application with the actual Runtime Server variant is important. To launch the application with Runtime Server, at the system prompt, type

The -runtime flag is an argument that tells your development copy of MATLAB to start itself as the Runtime Server. Use this flag while testing your application, typically in the final stages of testing. The end user's syntax for invoking MATLAB does not need to use the -runtime flag. This is because the absence of a license.dat file already signals that that copy of MATLAB must be a Runtime Server variant instead of commercial MATLAB.


  Testing While Emulating the Runtime Server (GUI) Example: MATLAB Runtime GUI Application