MATLAB CONTROL SYSTEM TOOLBOX 9 Specifikace Strana 84

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 591
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 590 591

Komentáře k této Příručce

Žádné komentáře