User`s guide

Table Of Contents
5 Model Analysis Tools
5-18
For example, the following sequence of commands displays the Bode plot, s tep
response, p ole/zero map, and some additional data in a single figure window.
h = tf([4 8.4 30.8 60],[1 4.12 17.4 30.8 60]);
subplot (121)
bode(h)
subplot(222)
bode(h)
subplot(224)
bode(h)