LocalizeVariables is an option to Manipulate that determines whether the values of variables associated with controls should be localized.
UsingFrontEnd[expr] evaluates expr, making use of a front end if necessary.
Mathematica allows convenient discovery and customization of all aspects of its system setup.
CloseGUIObject[interface] closes a live GUIObject instance.CloseGUIObject[] requests that an interface close, when called within a Script block.
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.
Mathematica's unified symbolic architecture allows arbitrary extensibility in the output and input of notation.
$ControlActiveSetting is a symbol whose value is True if it is evaluated while a control is active, or in certain other previewing situations.
NotebookEventActions is a notebook option that gives a list of actions to perform when specified events occur in connection with the notebook.
KalmanEstimator[ss, {w, v}] constructs the Kalman estimator for the StateSpaceModel object ss with process and measurement noise covariance matrices w and v. ...