Run
(Built-in Mathematica Symbol) Run[expr_1, expr_2, ...] generates the printed form of the expressions expr_i, separated by spaces, and runs it as an external operating system command.
Mathematica's unified symbolic architecture makes it incredibly easy to create dialog boxes that range from the straightforward to the highly elaborate and customized. Every ...
ImageCapture[] opens a graphical user interface for capturing images from connected cameras.
Mathematica's symbolic timing framework allows timing information not only to be analyzed but also to be used in the structure of algorithms. Mathematica provides functions ...
Opener
(Built-in Mathematica Symbol) Opener[x] represents an opener with setting x, displayed as OpenerBox[True] when x is True and OpenerBox[False] when x is False. Opener[Dynamic[x]] takes the setting to be ...
The integrated visualization capabilities of Mathematica provide many tools to show data in 3D. The ability to plot points, surfaces, and contours, combined with the ...
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
CDFDeploy["file.cdf", expr] deploys expr in a form that can be played by Wolfram CDF Player.CDFDeploy["file.cdf", notebook] deploys a notebook.CDFDeploy["file.cdf", ...
The GUIKit framework makes it relatively easy to reuse interface definitions because of its automatic use of private symbol contexts for each instance of a definition. There ...
This example displays the classic simple "Hello World" application using the GUIKit framework. The following are other variants on the basic theme of specifying the user ...