Using the C Math Library    

<matlab>\bin

The <matlab>\bin directory contains the Dynamic Link Libraries (DLLs) required by stand-alone C applications and the batch file mbuild, which controls the build and link process for you. <matlab>\bin must be on your path for your applications to run. All DLLs are in WIN32 format.

libmat.dll
MAT-file access routines to support mlfLoad() and mlfSave().
libmatlb.dll
MATLAB Built-In Math Library. Contains stand-alone versions of MATLAB built-in math functions and operators. Required for building stand-alone applications.
libmi.dll
Internal MAT-file access routines.
libmmfile.dll
MATLAB M-File Math Library. Contains stand-alone versions of the MATLAB math M-files. Needed for building stand-alone applications that require MATLAB M-file math functions.
libmx.dll
MATLAB Array Access and Creation Library. Contains array creation and access routines.
libut.dll
MATLAB Utilities Library. Contains the utility routines used by various components.
mbuild.bat
Batch file that helps you build and link stand-alone executables.
compopts.bat
Default options file for use with mbuild.bat. Created by mbuild -setup.
Options files for mbuild.bat
Switches and settings for C compiler to create stand-alone applications, e.g., msvccomp.bat for use with Microsoft Visual C.


 Directory Organization on Microsoft Windows <matlab>\extern\include