% $Revision: 1.6 $ README for the v2.1 MATLAB C Math Library examples directory This directory contains the code for the example programs described in the MATLAB C Math Library documentation. intro.c -- Overview of Math Library Features ex1.c -- Creating and Printing Arrays ex2.c -- Managing Array Memory ex3.c -- Calling Library Routines ex4.c -- Passing Functions as Arguments ex5.c -- Saving and Loading Data ex6.c -- Handling Errors release.txt -- Release notes for this release of the C Math Library. v1_2 -- Directory containing version 1.2.1 examples To build the examples, use the mbuild utility, located in the $MATLAB/bin directory. If you've never used mbuild before, you'll need to run % mbuild -setup to set up mbuild correctly for your C compiler. See % mbuild -help for more details on mbuild.