Main Content

Build Engine Application on Linux

This example shows how to verify the build process on a Linux® platform using the C example engdemo.c.

Open MATLAB®.

Verify your current folder is writable and copy the example.

copyfile(fullfile(matlabroot,'extern','examples','eng_mat','engdemo.c'),'.','f')

Build the application.

mex -v -client engine engdemo.c

See Also

Related Topics