FrontEndExecute[expr] sends expr to be executed by the Mathematica front end.
AnimationRepetitions is an option to Animate and related functions that specifies how many times the animation they create runs before stopping.
MinimalStateSpaceModel[ss] gives the minimal state-space model of the StateSpaceModel object ss.
Mathematica 's unified symbolic graphics architecture makes it possible to mix programmatic graphics generation with interactive editing and control. The Mathematica Drawing ...
StateSpaceModel[{a, b, c, d}] represents the state-space model with state matrix a, input matrix b, output matrix c, and transmission matrix d. StateSpaceModel[tf] gives a ...
SystemsModelDelete[sys, {i_1, i_2, ...}] deletes the subsystem of the StateSpaceModel or TransferFunctionModel object sys associated with inputs at position ...
GainMargins[sys] gives the gain margins of the linear time-invariant system sys.
PhaseMargins[sys] gives the phase margins of a linear time-invariant system sys.
Mathematica provides a core set of functions for performing block-diagram reduction and various model manipulations. Building on Mathematica's unique symbolic architecture, ...
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 ...