Mathematica's unified symbolic architecture and dynamic object mechanism makes possible a uniquely flexible form of direct-manipulation inspector, in which an arbitrary ...
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, ...
ObservabilityGramian[ss] gives the observability Gramian of the StateSpaceModel object ss.
Mathematica provides powerful functions to compute state-feedback and estimator gains using pole-placement or optimal techniques. In addition, it has functions that directly ...
SystemsModelSeriesConnect[sys_1, sys_2] connects TransferFunctionModel or StateSpaceModel objects sys_1 and sys_2 in series. SystemsModelSeriesConnect[sys_1, sys_2, {y, u}] ...
ColorSlider[color] represents a color slider currently set to the color corresponding to color.ColorSlider[Dynamic[color]] uses the dynamically updated current value of ...