User`s manual
Additional Information
1-47
MEX Reference Examples
The mex subdirectory of /extern/examples directory contains MEX-file
examples. It includes the examples described in the online External Interfaces/
API reference pages for MEX interface functions (the functions beginning with
the
mex prefix).
You can find the most recent versions of these examples using the anonymous
FTP server location
ftp://ftp.mathworks.com/pub/tech-support/docexamples/apiguide/
R12/mex
MX Examples
The mx subdirectory of extern/examples contains examples for using the array
access functions. Although you can use these functions in stand-alone
programs, most of these are MEX-file examples. The exception is
mxSetAllocFcns.c, since this function is available only to stand-alone
programs.
You can find the most recent versions of these examples using the anonymous
FTP server location
ftp://ftp.mathworks.com/pub/tech-support/docexamples/apiguide/
R12/mx
Engine and MAT Examples
The eng_mat subdirectory in the extern/examples directory contains the
MEX-file examples (C and Fortran) for using the MATLAB engine facility, as
well as examples for reading and writing MATLAB data files (MAT-files).
These examples are all stand-alone programs.
You can find the most recent versions of these examples using the anonymous
FTP server locations
ftp://ftp.mathworks.com/pub/tech-support/docexamples/apiguide/
R12/eng_mat