Mathematica 8 adds a number of new areas for visualization, including statistical, financial, wavelet, and control-related visualizations. These areas all provide a high ...
When you set a value to a symbol, that value will be used for the symbol for the entire Mathematica session. Since symbols no longer in use can introduce unexpected errors ...
TGA
(Mathematica Import/Export Format) Common MIME types: application/tga, image/tga, image/tga Truevision TARGA format. Raster image file format. Widely used in animation and video applications. Was native format ...
ImageCorrespondingPoints[image_1, image_2] finds a set of matching interest points in image_1 and image_2 and returns their pixel coordinates.
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
GraphicsComplex[{pt_1, pt_2, ...}, data] represents a graphics complex in which coordinates given as integers i in graphics primitives in data are taken to be pt_i.
MIDI
(Mathematica Import/Export Format) MIME type: audio/midi Standard MIDI file format. Audio format. Used for controlling electronic musical instruments, computer sound cards, and sequencers. Stores a sequence of ...
MorphologicalTransform[image, f] applies the function f to the 3*3 neighborhood of each pixel in a binary image image.MorphologicalTransform[image, rule] applies a ...
SQLDataTypeInformation[conn] returns information about the data types that can be stored in an SQL connection.
BooleanFunction[k, n] represents the k\[Null]^th Boolean function in n variables.BooleanFunction[values] represents the Boolean function corresponding to the specified vector ...