ControllableModelQ[ss] yields True if the StateSpaceModel object ss is controllable, and False otherwise.
Mathematica's sophisticated notebook paradigm provides a uniquely powerful way to manage, organize, document and present computations—from a few input and output lines, to ...
ControllableDecomposition[ss] yields the controllable decomposition of the StateSpaceModel object ss. The result is a list {s_c, ss_c} where s_c is the transformation matrix ...
Mathematica provides a complete set of functions needed to compute and verify the controllability and observability properties of linear systems, as well as advanced ...
Continue[] exits to the nearest enclosing Do, For, or While in a procedural program.
Break
(Built-in Mathematica Symbol) Break[] exits the nearest enclosing Do, For, or While.
Setter
(Built-in Mathematica Symbol) Setter[x, val] represents a setter button whose setting x is set to val when the button is clicked. The button is labeled with val, and appears pressed if the value of x is ...
Widget["Timer"] creates a timed action.
NHoldFirst is an attribute which specifies that the first argument to a function should not be affected by N.
GroupPageBreakWithin is an option for Cell that specifies whether a page break should be allowed within the group of cells if the notebook that contains the group is printed.