Using the C Math Library    

<matlab>\extern\include

The <matlab>\extern\include directory contains the header files for developing MATLAB C Math Library applications and the .def files used by the Microsoft Visual C and Borland compilers. The lib*.def files are used by MSVC and the _lib*.def files are used by Borland.

libmatlb.h
Header file containing the prototypes for the MATLAB Built-In Math Library functions.
libmmfile.h
Header file containing the prototypes for the MATLAB M-File Math Library functions.
matlab.h
Header file for the MATLAB C Math Library.
matrix.h
Header file containing the definition of the mxArray type and function prototypes for array access routines.
libmat.def _libmat.def
Contains names of functions exported from the MAT-file DLL.
libmatlb.def _libmatlb.def
Contains names of functions exported from the MATLAB C Math Built-In Library DLL.
libmmfile.def _libmmfile.def
Contains names of functions exported from the MATLAB M-File Math Library DLL.
libmx.def _libmx.def
Contains names of functions exported from libmx.dll.


 <matlab>\bin <matlab>\extern\examples\cmath