
please wait
The program engdemo.c, in the matlabroot/extern/examples/eng_mat folder, illustrates how to call the engine functions from a standalone C program. For the Microsoft® Windows® version of this program, see engwindemo.c. |
#include "<full file path>/engine.h"
then create an Engine object which acts like a MATlab interpreter. You then use the functions from the second link to send it commands.