MATLAB CONTROL SYSTEM TOOLBOX 9 Spezifikationen Seite 84

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 591
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 83
3 Operations on LTI Models
3-10
adds a second input to the state-space model sys by appending the B and D
matrices. You should simultaneously modify both matrices with a single
set
command. Indeed, the statements
sys.b = [b1 b2]
and
set(sys,'b',[b1 b2])
cause an error because they create invalid intermediate models in which the B
and D matrices have inconsistent column dimensions.
Seitenansicht 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 590 591

Kommentare zu diesen Handbüchern

Keine Kommentare