A very common batch processing task is to reduce the dimensions of a set of images in one or more system folders, in effect constructing thumbnail images. Mathematica 's file ...
Of the many ways images can be loaded into a Mathematica notebook, Import is the main method used to access image files on your local computer or at a remote location. The ...
Chop
(Built-in Mathematica Symbol) Chop[expr] replaces approximate real numbers in expr that are close to zero by the exact integer 0.
ClusteringComponents[array] gives an array in which each element of array is replaced by an integer index representing the cluster in which the element ...
Coefficient[expr, form] gives the coefficient of form in the polynomial expr. Coefficient[expr, form, n] gives the coefficient of form^n in expr.
Commonest[list] gives a list of the elements that are the most common in list.Commonest[list, n] gives a list of the n most common elements in list.
Denominator[expr] gives the denominator of expr.
DispersionEstimatorFunction is an option for generalized linear model fitting functions that specifies the estimator for the dispersion parameter.
Exponent[expr, form] gives the maximum power with which form appears in the expanded form of expr. Exponent[expr, form, h] applies h to the set of exponents with which form ...
ExportString[expr, " format"] generates a string corresponding to expr exported in the specified format. ExportString[rules, {"format", "Rules"}] gives explicit rules for ...