[ Team LiB ] |
Module 4. MATLAB LTI ModelsThe MATLAB Control Toolbox stores linear time invariant (LTI) models as objects. These objects can be manipulated (added, multiplied) to form more complex objects. Models can easily be transformed from one form to another (state space to transfer function, for example). Continuous models can also be transformed to discrete (and vice versa). The sections of this module are as follows:
The majority of the functions that are used in this textbook are in Section M4.1. |
[ Team LiB ] |