231 - 240 of 460 for PatternSearch Results
View search results from all Wolfram sites (10403 matches)
Catch   (Built-in Mathematica Symbol)
Catch[expr] returns the argument of the first Throw generated in the evaluation of expr. Catch[expr, form] returns value from the first Throw[value, tag] for which form ...
ImageCooccurrence   (Built-in Mathematica Symbol)
ImageCooccurrence[image, n] gives the n*n cooccurrence matrix for image.ImageCooccurrence[image, n, ker] computes a cooccurrence matrix for arbitrary spatial relationships ...
Reap   (Built-in Mathematica Symbol)
Reap[expr] gives the value of expr together with all expressions to which Sow has been applied during its evaluation. Expressions sown using Sow[e] or Sow[e, tag_i] with ...
TagSet   (Built-in Mathematica Symbol)
f /: lhs = rhs assigns rhs to be the value of lhs, and associates the assignment with the symbol f.
Throw   (Built-in Mathematica Symbol)
Throw[value] stops evaluation and returns value as the value of the nearest enclosing Catch. Throw[value, tag] is caught only by Catch[expr, form] where form is a pattern ...
Monitoring and Selecting Algorithms   (Mathematica Tutorial)
Functions in Mathematica are carefully set up so that you normally do not have to know how they work inside. But particularly for numerical functions that use iterative ...
Two-Way Communication with External ...   (Mathematica Tutorial)
When you install a MathLink-compatible external program using Install, the program is set up to behave somewhat like a simplified Mathematica kernel. Every time you call a ...
Every new version of Mathematica contains many new features. But careful design from the outset has allowed nearly total compatibility to be maintained between all versions. ...
SetDelayed   (Built-in Mathematica Symbol)
lhs := rhs assigns rhs to be the delayed value of lhs. rhs is maintained in an unevaluated form. When lhs appears, it is replaced by rhs, evaluated afresh each time.
DictionaryLookup   (Built-in Mathematica Symbol)
DictionaryLookup[patt] finds all words in an English dictionary that match the string pattern patt.DictionaryLookup[patt, n] gives only the first n words ...
1 ... 21|22|23|24|25|26|27 ... 46 Previous Next

...