Using the C Math Library |
 |
<matlab>/extern/lib/$ARCH
The <matlab>/extern/lib/$ARCH
directory contains the binary library files; $ARCH
specifies a particular UNIX platform. For example, on a Sun SPARCstation running Solaris, the $ARCH
directory is sol2
. The libraries that come with the MATLAB C Math Library are shown in this table:
libmat.ext
|
MAT-file access routines to support mlfLoad and mlfSave .
|
libmatlb. ext
|
MATLAB Built-In Math Library. Contains stand-alone versions of MATLAB built-in math functions and operators. Required for building stand-alone applications.
|
libmi.ext
|
Internal MAT-file access routines.
|
libmmfile. ext
|
MATLAB M-File Math Library. Contains stand-alone versions of the math M-files. Needed for building stand-alone applications that require MATLAB M-file math functions.
|
libmx. ext
|
MATLAB Array Access and Creation Library. Contains array creation and access routines.
|
libut. ext
|
MATLAB Utilities Library. Contains the utility routines used by various components.
|
The filename extension .
ext is .a
on IBM RS/6000; .so
on Solaris, Alpha, Linux, and SGI; and .sl
on HP 700. The libraries are shared libraries on all platforms.
| <matlab>/bin | | <matlab>/extern/include |  |