ImageLines[image] finds line segments in image and returns the coordinates of their endpoints.ImageLines[image, t] uses the threshold t for selecting image ...
Mathematica's notebook interface is a very powerful typesetting system that allows you to enter formulas as they are written in mathematical literature, using two-dimensional ...
Rules are a key part of Mathematica 's powerful expression transformation language. These "How tos" give step-by-step instructions for using rules in Mathematica .
Using the latest platform-optimized code, Mathematica not only delivers high-efficiency machine-precision evaluation of elementary functions, but also—using a number of ...
Mathematica notebooks support a variety of input and output styles. You can write input using the characters from the standard keyboard. Alternately, you can write input in ...
Copyable is an option for Cell that specifies whether a cell can be copied interactively using the front end.
FrontEndDynamicExpression is a global front end option that specifies an expression to be dynamically updated whenever the front end is running.
The unified architecture of Mathematica is highly extensible, allowing you to connect to other systems and programs. Using the MathLink communication protocol, which operates ...
NearestFunction[data] represents a function whose values give the elements closest to an element that is supplied.
LinkCreate["name"] creates a MathLink link with the specified name for another program to connect to. LinkCreate[] creates a MathLink link and picks an unused name for the ...