GraphicsRow[{g_1, g_2, ...}] generates a graphic in which the g_i are laid out in a row.GraphicsRow[list, spacing] leaves the specified spacing between successive elements.
HighlightGraph[g, {a_1, a_2, ...}] highlights the a_i that can be vertices, edges, or subgraphs of g.HighlightGraph[g, {..., w_j[a_j], ...}] highlights using the symbolic ...
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 ...
The CompilationTarget option of Compile specifies the target runtime system for the compiled function. The default setting is "MVM", which creates code for the traditional ...
PopupMenu[x, {val_1, val_2, ...}] represents a popup menu with setting x and possible values val_i. PopupMenu[Dynamic[x], {val_1, ...}] takes the setting to be the ...
Files and pipes are both examples of general Mathematica objects known as streams. A stream in Mathematica is a source of input or output. There are many operations that you ...
The CCompilerDriver Package lets you work with C compilers that are installed on your computer. It is used automatically by the Mathematica compiler when you set the option ...
Mathematica provides a number of tools for configuring and monitoring parallel computations. Some of these are accessed using menus from the Mathematica notebook front end. ...
RuntimeOptions is an option for Compile that specifies runtime settings for the compiled function it creates.
ToContinuousTimeModel[sys] gives the continuous-time approximation of the discrete-time TransferFunctionModel or StateSpaceModel object sys.ToContinuousTimeModel[tf, s] gives ...