Mathematica allows you to customize your 2D and 3D graphics through a variety of options.
Animator[u] represents an object that displays with the value of u being continually increased from 0 to 1 with time. Animator[u, {u_min, u_max}] makes u vary from u_min to ...
ControllableDecomposition[ss] yields the controllable decomposition of the StateSpaceModel object ss. The result is a list {s_c, ss_c} where s_c is the transformation matrix ...
Distribute[f[x_1, x_2, ...]] distributes f over Plus appearing in any of the x_i. Distribute[expr, g] distributes over g. Distribute[expr, g, f] performs the distribution ...
FourierSequenceTransform[expr, n, \[Omega]] gives the Fourier sequence transform of expr.FourierSequenceTransform[expr, {n_1, n_2, ...}, {\[Omega]_1, \[Omega]_2, ...}] gives ...
ObservableDecomposition[ss] yields the observable decomposition of the StateSpaceModel object ss. The result is a list {s_o, ss_o} where s_o is the transformation matrix and ...
PolarGridLines is an option for sector charts and polar plots that specifies polar grid lines.
MLAllocator is a MathLink type that describes a function pointer to a function taking an unsigned long argument and returning a void * that implements a memory allocator.
MLENV
(Mathematica MathLink C Function) MLENV is a MathLink type representing a MathLink library environment.
MLMessageHandlerObject is a MathLink type that describes a function pointer to a function taking three arguments: an MLINK, an int, and an int, and returning a void that ...