Sequence of unsigned 16-bit integers. Raw binary format. Equivalent to the Byte format.
Headers and Footers sets options for printing a notebook.
FindThreshold[image] finds a global threshold value that partitions the intensity values in image into two intervals.
FullDefinition[symbol] prints as the definitions given for symbol, and all symbols on which these depend.
MaxwellDistribution[\[Sigma]] represents a Maxwell distribution with scale parameter \[Sigma].
MeanShiftFilter[image, r, d] replaces each pixel with the mean of the pixels in a range-r neighborhood and whose value is within a distance d.MeanShiftFilter[array, r, d] ...
NyquistPlot[g] gives the Nyquist plot of a rational function g in one complex variable.NyquistPlot[sys] gives the Nyquist plot of a TransferFunctionModel or StateSpaceModel ...
RandomImage[max, {w, h}] gives an image of dimensions {w, h} with pseudorandom pixel values generated from a uniform distribution in the range 0 to max.RandomImage[{min, ...
ShapiroWilkTest[data] tests whether data is normally distributed using the Shapiro\[Dash]Wilk test.ShapiroWilkTest[data, " property"] returns the value of " property".
StringTake["string", n] gives a string containing the first n characters in " string". StringTake["string", -n] gives the last n characters in " string". StringTake["string", ...