MATLAB Runtime Server    

Engine API Example

This example illustrates how to prepare an engine application for the MATLAB Runtime Server when the application uses the MATLAB Engine API library. The major steps in the procedure are:

The example application uses two of the MATLAB Engine API library commands, engOpen and engClose. These commands open and close, respectively, a communications link between the front-end C program and the back-end MATLAB engine. See the Application Program Interface Guide for more information about the Engine API library commands.

This section begins with instructions for installing the example files included in the software.


 Testing with the Runtime Server Variant Preparing the Example Files