Main Content
Build Engine Application on macOS
This example shows how to verify the build process on a macOS 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