ListPlot3D[array] generates a three-dimensional plot of a surface representing an array of height values. ListPlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] generates a plot ...
int MLPutFunction (MLINK link, const char *s, int n) puts a function with head given by a symbol with name s and with n arguments to the MathLink connection specified by link.
MLUserFunction is a MathLink type that describes a function pointer to a function taking an MLINK argument with a return type of void.
ImageDeconvolve[image, ker] gives a deconvolution of image using kernel ker.
ColorData["scheme"] gives a function that generates colors in the named color scheme when applied to parameter values. ColorData["scheme", " property"] gives the specified ...
LQRegulatorGains[ss, {q, r}] gives the optimal state feedback gain matrix for the StateSpaceModel object ss and the quadratic cost function with state and control weighting ...
Every new version of Mathematica contains many new features. But careful design from the outset has allowed nearly total compatibility to be maintained between all versions. ...
Mathematica symbols are the ultimate atoms of symbolic data. Every symbol has a unique name, exists in a certain Mathematica context or namespace, and can have a variety of ...
LQOutputRegulatorGains[ss, {q, r}] gives the optimal state feedback gain matrix for the StateSpaceModel object ss and the quadratic cost function with output and control ...
Hash
(Built-in Mathematica Symbol) Hash[expr] gives an integer hash code for the expression expr.Hash[expr, " type"] gives an integer hash code of the specified type for expr.