PerformanceGoal is an option for plotting and various other algorithmic functions that specifies what aspect of performance to try to optimize with Automatic settings for ...
PrivateEvaluationOptions -> {opt_1 -> val_1, opt_2 -> val_2} is an option for selections that specifies settings for evaluation-related suboptions.
SynchronousUpdating is an option for Manipulate, Dynamic, and related functions that specifies whether or not to evaluate their contents synchronously.
FixCRLF["str"] changes the linefeeds in the given string to the CR/LF Windows convention.
Because of its unified symbolic architecture, Mathematica provides powerful capabilities for creating layouts, both interactively and programmatically, and containing ...
DiscreteLQEstimatorGains[ss, {w, v}, \[Tau]] gives the optimal discrete-time estimator gain matrix with sampling period \[Tau] for the continuous-time StateSpaceModel object ...
LayeredGraphPlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a layered plot of the graph in which vertex v_ik is connected to vertex v_jk.LayeredGraphPlot[{{v i 1 -> v j ...
Toggler
(Built-in Mathematica Symbol) Toggler[x] represents a toggler button with setting x, that toggles between True and False. Toggler[Dynamic[x]] takes the setting to be the dynamically updated current value ...
FlipView[{expr_1, expr_2}] represents an object which flips between displaying expr_1 and expr_2 each time it is clicked.FlipView[{expr_1, expr_2, ...}] cyclically flips ...
Mathematica 's unified symbolic graphics architecture makes it possible to mix programmatic graphics generation with interactive editing and control. The Mathematica Drawing ...