MATLAB CONTROL SYSTEM TOOLBOX 9 Betriebsanweisung Seite 180

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 649
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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)
Seitenansicht 179
1 2 ... 175 176 177 178 179 180 181 182 183 184 185 ... 648 649

Kommentare zu diesen Handbüchern

Keine Kommentare