Using the C++ Math Library    

<matlab>\extern\include

The <matlab>\extern\include directory contains the C header files for developing stand-alone C++ applications. Because the MATLAB C++ Math Library contains the MATLAB C Math Library, the header files matlab.h and matrix.h are required by the C++ library.

The listed .def files are 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 Built-In Math 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>\extern\lib <matlab>\extern\include\cpp