User`s guide

Table Of Contents
Time and Frequency Response
1-15
produces the Bode plot shown below.
To superimpose and compare the responses of several LTI systems, use the
syntax
bode(sys1,sys2,sys3,...)
You can also control the plot style by specifying a color/linestyle/marker for
each system, much as with the
plot command; see Plotting and Comparing
Multiple Systems” on page 5-13 for more information. For example,
bode(sys1,'r',sys2,'b--')
draws the response of sys1 with a red solid line and the response of sys2 with
a dashed blue line.