Math Base


abs Absolute value
complex Create complex matrix
conj Complex conjugate
diag Diagonal matrix initialization
eye Identity matrix
imag Imaginary part
interp1 Interpolate 1D data
interp2 Interpolate 2D data
intersect Intersection of two arrays
linspace Linearly spaced points
meshgrid Generate full grid
ones Initialize matrix with ones
pchip Piecewise Cubic Hermite Interpolating Polynomial
real Real part of matrix
realsqrt Elementwise square root
roots Find zeros of polynomial
sign Get sign
spline cubic spline interpolated data
sqrt Elementwise square root
transpose Non-conjugate transpose
tril Lower triangular matrix
triu Upper triangular matrix
zeros Initialize matrix with zeros