| MATLAB C Math Library | Search  Help Desk |
Using the Function Reference
This reference gives you quick access to the prototypes and call syntax for the MATLAB C Math Library functions. The functions fall into two groups: the mathematical functions and the utility functions. This section discusses the organization of the reference pages. Refer to the online Application Program Interface Reference for documentation of themx routines that let you create, access, and delete arrays.
Reference Page Format
Use the reference pages to look up the prototype and syntax for a MATLAB C Math Library function. At the bottom of each page, you'll find a link to the documentation for the MATLAB version of the function. Use the MATLAB function page to look up the description of the arguments and the behavior of the function.Structure
A reference page for a MATLAB C Math Library function includes these sections:Typographic Conventions
What Isn't Presented in the C Syntax Section
mlfEnterNewContext() and mlfRestorePreviousContext()
mxDestroyArray() are not shown.)
Exceptions
O1, O2, etc., and I1, I2, etc., substitute for the output argument and input argument names in the prototype.
mxCreateString() returns a string array that is used as an input argument; a call to mlfScalar() returns an integer array; a call to mlfHorzcat() returns a vector.