Mathematica's unified symbolic graphics architecture makes possible powerful mixing of programmatic graphics generation with interactive editing and control. The Mathematica ...
MessageDialog[expr] puts up a standard message dialog that displays expr together with an OK button.MessageDialog[expr, {lbl_1 :> act_1, lbl_2 :> act_2, ...}] includes ...
TrackedSymbols is an option to Refresh, Manipulate, and related functions that specifies which symbols should trigger updates when their values are changed.
DockedCells is an option for notebooks that gives a list of cells that are to be displayed "docked" at the top of the notebook.
$OutputSizeLimit specifies the maximum size in bytes of expressions that will automatically be output in their entirety in a Mathematica notebook.
In Mathematica's unified symbolic architecture, every Mathematica notebook you see is represented as a symbolic expression that can be manipulated and controlled ...
Mathematica's dynamic interactivity system makes it easy to view and annotate any object in a dynamic way. Building on Mathematica's symbolic programming architecture, ...
ControllabilityGramian[ss] gives the controllability Gramian of the StateSpaceModel object ss.
ControllabilityMatrix[ss] gives the controllability matrix of the StateSpaceModel object ss.
ImageMargins is an option that specifies the absolute margins to leave around the image displayed for an object.