Using the C Math Library    

Elementary Matrices 
Function
Purpose
mlfAutomesh
True if the inputs require automatic meshgriding.
mlfLinspace
Linearly spaced vector.
mlfLogspace
Logarithmically spaced vector.
mlfMeshgrid
X and Y arrays for 3-D plots.
Elementary Matrices and Matrix Manipulation

Basic Array Information 
Function
Purpose
mlfIsnumeric
True for numeric arrays.

Matrix Manipulation 
Function
Purpose
mlfCat
Concatenate arrays.
mlfFliplr
Flip matrix in the left/right direction.
mlfFlipud
Flip matrix in the up/down direction.
mlfIpermute
Inverse permute array dimensions.
mlfRepmat
Replicate and tile an array.
mlfReshape
Change size.
mlfRot90
Rotate matrix 90 degrees.
mlfShiftdim
Shift dimensions.

Specialized Matrices 
Function
Purpose
mlfCompan
Companion matrix.
mlfHadamard
Hadamard matrix.
mlfHankel
Hankel matrix.
mlfHilb
Hilbert matrix.
mlfInvhilb
Inverse Hilbert matrix.
mlfPascal
Pascal matrix.
mlfRosser
Classic symmetric eigenvalue test problem.
mlfToeplitz
Toeplitz matrix.
mlfVander
Vandermonde matrix.
mlfWilkinson
Wilkinson's eigenvalue test matrix.


 Operators and Special Functions Elementary Math Functions