Threshold[data] thresholds data by replacing values close to zero by zero.Threshold[data, tspec] thresholds data using threshold specification tspec.Threshold[image, ...] ...
ToString[expr] gives a string corresponding to the printed form of expr in OutputForm. ToString[expr, form] gives the string corresponding to output in the specified form.
TransferFunctionModel[m, var] represents the model of the transfer-function matrix m with complex variable var.TransferFunctionModel[{num, den}, var] specifies the numerator ...
TransferFunctionZeros[tf] gives a matrix of roots of the numerators in the TransferFunctionModel object tf.
Work with Variables and Functions Work with Lists Work with Rules
Animate
(Built-in Mathematica Symbol) Animate[expr, {u, u_min, u_max}] generates an animation of expr in which u varies continuously from u_min to u_max. Animate[expr, {u, u_min, u_max, du}] takes u to vary in ...
ContourPlot[f, {x, x_min, x_max}, {y, y_min, y_max}] generates a contour plot of f as a function of x and y. ContourPlot[f == g, {x, x_min, x_max}, {y, y_min, y_max}] plots ...
FindIntegerNullVector[{x_1, x_2, ..., x_n}] finds a list of integers a_i such that a_1 x_1 + a_2 x_2 + \[CenterEllipsis] + a_n x_n == 0. FindIntegerNullVector[{x_1, x_2, ..., ...
Fourier
(Built-in Mathematica Symbol) Fourier[list] finds the discrete Fourier transform of a list of complex numbers.
MatrixPlot[m] generates a plot that gives a visual representation of the values of elements in a matrix.