Custom Build with MEX Script Options - MATLAB & Simulink (original) (raw)

Main Content

The mex build script is sufficient for building MEX files. Following are reasons that you might need more detailed information:

Use the mex -v -n options to display the build commands to configure an IDE. You can also use the mex script options to modify the build steps.

Include Files

Header files for the MATLAB® API (MEX files, engine, and MAT-files). These files are in the_`matlabroot`_\extern\include folder.

See Also

mex

Topics