User`s guide
Table Of Contents
- Preface
- Quick Start
- LTI Models
- Introduction
- Creating LTI Models
- LTI Properties
- Model Conversion
- Time Delays
- Simulink Block for LTI Systems
- References
- Operations on LTI Models
- Arrays of LTI Models
- Model Analysis Tools
- The LTI Viewer
- Introduction
- Getting Started Using the LTI Viewer: An Example
- The LTI Viewer Menus
- The Right-Click Menus
- The LTI Viewer Tools Menu
- Simulink LTI Viewer
- Control Design Tools
- The Root Locus Design GUI
- Introduction
- A Servomechanism Example
- Controller Design Using the Root Locus Design GUI
- Additional Root Locus Design GUI Features
- References
- Design Case Studies
- Reliable Computations
- Reference
- Category Tables
- acker
- append
- augstate
- balreal
- bode
- c2d
- canon
- care
- chgunits
- connect
- covar
- ctrb
- ctrbf
- d2c
- d2d
- damp
- dare
- dcgain
- delay2z
- dlqr
- dlyap
- drmodel, drss
- dsort
- dss
- dssdata
- esort
- estim
- evalfr
- feedback
- filt
- frd
- frdata
- freqresp
- gensig
- get
- gram
- hasdelay
- impulse
- initial
- inv
- isct, isdt
- isempty
- isproper
- issiso
- kalman
- kalmd
- lft
- lqgreg
- lqr
- lqrd
- lqry
- lsim
- ltiview
- lyap
- margin
- minreal
- modred
- ndims
- ngrid
- nichols
- norm
- nyquist
- obsv
- obsvf
- ord2
- pade
- parallel
- place
- pole
- pzmap
- reg
- reshape
- rlocfind
- rlocus
- rltool
- rmodel, rss
- series
- set
- sgrid
- sigma
- size
- sminreal
- ss
- ss2ss
- ssbal
- ssdata
- stack
- step
- tf
- tfdata
- totaldelay
- zero
- zgrid
- zpk
- zpkdata
- Index

Preface
2
MATLAB
®
has a rich collection of functions immediately useful to the control
engineer or system theorist. Complex arithmetic, eigenvalues, root-finding,
matrix inversion, a n d FFTs are just a few examples of MAT LAB’s important
numerical tools. More generally, MATLAB’s linear algebra, matrix
computation, and numerical analysiscapabilities providea re liable foundation
for control system engineering as well as many other disciplines.
The ControlSystem Toolbox uses MATLAB matrixstructures and builds upon
the foundations of MATLAB to provide functions specialized to control
engineering. The Control System Toolbox is a collection of algorithms,
expressed mostly in M-files, which implements common control system design,
analysis, and modeling techniques.
Control systems can be modeled as transfer functions or in zero-pole-gain or
state-space form, allowing you to use both classical and modern techniques.
You can manipulate both continuous-time and discrete-time systems.
Conversions between various model representations are provided. Time
responses, frequency responses, and root loci can be computed and graphed.
Other functions allow pole placement, optimal control, and estimation. Finally,
and most importantly, tools that are not found in the toolbox can be created by
writing new M-files.