After creating or editing an animation in Mathematica , you can export it for use in other programs. Mathematica can import and export animations in several formats.
DialogReturn[expr] closes a dialog window, returning the expression expr from the dialog.DialogReturn[] closes a dialog window, returning Null.
Tightly integrated into Mathematica's core language is a rich set of primitives for interacting with external environments. Mathematica's symbolic architecture makes possible ...
From simple calculations to full publishable documents and sophisticated dynamic interfaces, everything you can do with Mathematica's standard interactive interface is done ...
CellEventActions is an option for Cell that gives a list of actions to perform when specified events occur in connection with a cell in a notebook.
CellGroup[{cell_1, cell_2, ...}] gives an open group of cells that can appear in a Mathematica notebook.CellGroup[{cell_1, cell_2, ...}, 1] gives a cell group in which only ...
ControlPlacement is an option for Manipulate, TabView, and other control objects that specifies where controls should be placed.
NotebookDirectory[] gives the directory of the current evaluation notebook. NotebookDirectory[nb] gives the directory for the notebook specified by nb.
NotebookRead[notebook] gives the expression corresponding to the current selection in the specified notebook object.
A "How to" describes how to carry out particular tasks with Mathematica, giving step-by-step instructions for common cases.