NicholsPlot[g] gives the Nichols plot of a rational function g in one complex variable.NicholsPlot[sys] gives the Nichols plot of a TransferFunctionModel or StateSpaceModel ...
PXR
(Mathematica Import/Export Format) Pixar image format. Raster image format. Legacy format used in computer animation production systems and in medical imaging. PXR is an acronym derived from Pixar. Stores ...
Mathematica provides convenient functions and algorithms for manipulating colors in images, with full generality for arbitrary numbers of color channels.
CDED
(Mathematica Import/Export Format) Canadian digital elevation data. Standard format for the distribution of terrain elevation data for the United States. Canadian Centre for Topographic Information (CTI) ...
Vectors and matrices in Mathematica are simply represented by lists and by lists of lists, respectively. The representation of vectors and matrices by lists. This is a 2×2 ...
VerticalSlider[y] represents a vertical slider at position y with range 0 to 1. VerticalSlider[Dynamic[y]] takes the position to be the dynamically updated current value of ...
Range
(Built-in Mathematica Symbol) Range[i_max] generates the list {1, 2, ..., i_max}. Range[i_min, i_max] generates the list {i_min, ..., i_max}. Range[i_min, i_max, di] uses step di.
ImageType[image] gives the underlying type of values used for each pixel element in the Image object image.
SpheroidalS2[n, m, \[Gamma], z] gives the radial spheroidal function S_n^m, (2)(\[Gamma], z) of the second kind.
LocalizeVariables is an option to Manipulate that determines whether the values of variables associated with controls should be localized.