Sets the internal state of the system
system.initialize(x0)
x0 |
Initial state 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
◀ | output | setdomain | ▶ |
© 2003-2013 Michal Kvasnica: STU Bratislava, michal.kvasnica@stuba.sk