MATLAB: Location of mex.h file

mex compiler

How do i get ahold of the mex.h file to run C code? is there a specific toolbox i have to download to get the mex.h file along with it?

Best Answer

fullfile(matlabroot,'extern', 'include', 'mex.h')
Related Question