Sequence of unsigned 24-bit integers. Raw binary format. Equivalent to the Byte format.
Sequence of unsigned 32-bit integers. Raw binary format. Equivalent to the Byte format.
Sequence of unsigned 8-bit integers. Raw binary format. Equivalent to the Byte format.
Rescale
(Built-in Mathematica Symbol) Rescale[x, {min, max}] gives x rescaled to run from 0 to 1 over the range min to max. Rescale[x, {min, max}, {x_min, x_max}] gives x rescaled to run from x_min to x_max over ...
VectorQ
(Built-in Mathematica Symbol) VectorQ[expr] gives True if expr is a list or a one-dimensional SparseArray object, none of whose elements are themselves lists, and gives False otherwise. VectorQ[expr, ...
ProbabilityScalePlot[{x_1, x_2, ...}] generates a normal probability plot of the samples x_i. ProbabilityScalePlot[{x_1, x_2, ...}, " dist"] generates a probability plot ...
Lists are at the core of Mathematica 's symbolic language. These "How tos" give step-by-step instructions for common tasks related to creating and manipulating lists.
CommonestFilter[image, r] transforms image by replacing each pixel with the most common pixel value in its range r neighborhood.CommonestFilter[data, r] applies commonest ...
ControlPlacement is an option for Manipulate, TabView, and other control objects that specifies where controls should be placed.
MathieuGroupM11[] represents the sporadic simple Mathieu group M_11.