Returns the internal state of the system
x = system.getStates()
x |
Values of the internal states Class: double |
sys = LTISystem('A', 1, 'B', 1)
LTISystem with 1 state, 1 input, 0 outputsSet the system's internal state to
sys.initialize(2.5);Retrieve the internal state.
x = sys.getStates()
x = 2.5
◀ | lqrset | lqrpenalty | ▶ |
© 2003-2013 Michal Kvasnica: STU Bratislava, michal.kvasnica@stuba.sk