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

The Root Locus Design GUI
1-23
The Root Locus Design GUI
You ca n also design a compensator using the Root Locus Design Graphical
User Interface (GUI). See Chapter 8 , “The Root Locus Design GUI” for more
information. The Root Locus Design GUI is an interactive graphical user
interface that assists you in designing a compensator by prov iding the
following features:
• Tuning the value of the feedback or compensator gain
• Adding/removing compensator poles and zeros directly on the root locus plot
• Dragging compensator poles and zeros around in the root locus plane
• Examining changesinthe closed-loopresponsewheneverthe compensatoris
changed
• Drawing boundaries on the roo t locus plane for parameters such as
minimum damping ratio, etc.
• Zooming in to regions of the root locus
To initialize the Root Locus Design GUI, simply type
rltool
rltool
can also be called with additional input arguments that allow you to
initialize the plant and compensator used in the Root Locus Design GUI. For
example,
rltool(sys)
initializes a Root Locus Design GUI with the linear time invariant (LTI) object
sys as the plant. Adding a second input argument, as in
rltool(sys,comp)
also initializes the LTI object comp as the root locus compensator.
Whenoneortwoinput argumentsareprovided,therootl ocusof theclosed-loop
poles and their locations for the current compensator gain are drawn. The
closed-loop modelis generated by placing thecompensatoranddesign modelin
the forward path of a negative unity feedback system.