141 - 150 of 610 for MapSearch Results
View search results from all Wolfram sites (171363 matches)
ImageFilter   (Built-in Mathematica Symbol)
ImageFilter[f, image, r] applies the function f to the range r neighborhood of each pixel in each channel of image.
StringReplacePart   (Built-in Mathematica Symbol)
StringReplacePart["string", " snew", {m, n}] replaces the characters at positions m through n in " string" by " snew". StringReplacePart["string", " snew", {{m_1, n_1}, {m_2, ...
Geometric Transforms   (Mathematica Guide)
Mathematica's symbolic architecture and sophisticated mathematical capabilities allow it to take a uniquely high-level approach to geometric transformations—supporting ...
ToContinuousTimeModel   (Built-in Mathematica Symbol)
ToContinuousTimeModel[sys] gives the continuous-time approximation of the discrete-time TransferFunctionModel or StateSpaceModel object sys.ToContinuousTimeModel[tf, s] gives ...
Character Codes   (Mathematica Tutorial)
Converting to and from character codes. Mathematica assigns every character that can appear in a string a unique character code. This code is used internally as a way to ...
Listable   (Built-in Mathematica Symbol)
Listable is an attribute that can be assigned to a symbol f to indicate that the function f should automatically be threaded over lists that appear as its arguments.
QRDecomposition   (Built-in Mathematica Symbol)
QRDecomposition[m] yields the QR decomposition for a numerical matrix m. The result is a list {q, r}, where q is an orthogonal matrix and r is an upper-triangular matrix.
Gather   (Built-in Mathematica Symbol)
Gather[list] gathers the elements of list into sublists of identical elements.Gather[list, test] applies test to pairs of elements to determine if they should be considered ...
LengthWhile   (Built-in Mathematica Symbol)
LengthWhile[list, crit] gives the number of continuous elements e_i starting at the beginning of list for which crit[e_i] is True.
SplitBy   (Built-in Mathematica Symbol)
SplitBy[list, f] splits list into sublists consisting of runs of successive elements that give the same value when f is applied.SplitBy[list, {f_1, f_2, ...}] recursively ...
1 ... 12|13|14|15|16|17|18 ... 61 Previous Next

...