Path: Common/Control
% Propagate a state space model. Uses the state space class. -------------------------------------------------------------------------- Form: [x, y] = PropStateSpace( g, x, u ) -------------------------------------------------------------------------- ------ Inputs ------ g (:) Model of type statespace x (:) State vector u (:) Input ------- Outputs ------- x (:) State vector y (:) Output vector --------------------------------------------------------------------------
Back to the Common Module page