MATLAB: What C-compiler do I need to be able to use IGES toolbox

c-compilerigesmexmex compiler

I have Windows 7 and try to use the IGES toolbox but don't know what C-compiler I should install?
Thank you

Best Answer

Based on the below file exchange link for IGES toolbox, it looks like you need C compiler to build mex files: https://www.mathworks.com/matlabcentral/fileexchange/13253-iges-toolbox
The following are the list of supported compilers in MATLAB: https://www.mathworks.com/support/compilers.html
You can use any of the supported C compiler mentioned in the above link.
Related Question