PasteButton[expr] represents a button that pastes expr whenever it is pressed. PasteButton[label, expr] displays with label on the button.
Functions like Read and Find are most often used for processing text and data from external files. In some cases, however, you may find it convenient to use these same ...
TetGenGetNeighbors[expr] gets the neighbors in a TetGen expression.
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 ...
BezierCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a Bézier curve with control points pt_i.
Cluster analysis is an unsupervised learning technique used for classification of data. Data elements are partitioned into groups called clusters that represent proximate ...
KarhunenLoeveDecomposition[{a_1, a_2, ...}] gives the Karhunen\[Dash]Loeve transform {b_1, b_2, ...} of the numerical arrays {a_1, a_2, ...} and the transformation matrix m, ...
The syntax of the Mathematica language is unique among modern languages in allowing not just ordinary ASCII characters, but also a variety of special characters that greatly ...
MeshStyle is an option for Plot3D, DensityPlot, and other plotting functions that specifies the style in which to draw a mesh.