MATLAB: Are there C++ libraries available to access MATLAB generated MAT-files from the C++ application

cclassclasseslibrarymatMATLABobjectsplusplusplus

I am currently using the C MAT-file API to read and write MAT-files in my C++ application. I would like to know if there is a C++ equivalent to this.

Best Answer

MATLAB does not provide a C++ equivalent of the C MAT-file API libraries. You should be able to seamlessly use the the C MAT-file API from a C++ program with suitable programming.