StateSpaceRealization is an option to StateSpaceModel that specifies its canonical representation.
OutputControllabilityMatrix[ss] gives the output controllability matrix of the StateSpaceModel object ss.
CheckboxBar[x, {val_1, val_2, ...}] represents a checkbox bar with setting x and with checkboxes for values val_i to include in the list x.CheckboxBar[Dynamic[x], {val_1, ...
HoldRest is an attribute which specifies that all but the first argument to a function are to be maintained in an unevaluated form.
SequenceHold is an attribute that specifies that Sequence objects appearing in the arguments of a function should not automatically be flattened out.
HoldFirst is an attribute which specifies that the first argument to a function is to be maintained in an unevaluated form.
DualSystemsModel[ss] gives the dual of the StateSpaceModel object ss.
Dunnett is a possible value for the PostTests option for ANOVA.
Fundamental to Mathematica's dynamic interactivity capabilities is a new form of symbolic dynamic language. With a very small number of highly powerful primitives that mix ...
ControllableModelQ[ss] yields True if the StateSpaceModel object ss is controllable, and False otherwise.