MATLAB CONTROL SYSTEM TOOLBOX 9 User's Guide Page 180

  • Download
  • Add to my manuals
  • Print
  • Page
    / 649
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 179
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)
Page view 179
1 2 ... 175 176 177 178 179 180 181 182 183 184 185 ... 648 649

Comments to this Manuals

No comments