MATLAB CONTROL SYSTEM TOOLBOX 9 User's Guide Page 114

  • Download
  • Add to my manuals
  • Print
  • Page
    / 649
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 113
3 Operations on LTI Models
3-10
For state-space models, both concatenation and subsystem assignment
increase the model order because they assume t hat
sys and h have
independent states. If you intend to keep the same state matrix and merely
update the input-to-state or state-to-output relations, use
set instead and
modify the corresponding state-space data directly. For example,
sys = ss(a,b1,c,d1)
set(sys,'b',[b1 b2],'d',[d1 d2])
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.
Page view 113
1 2 ... 109 110 111 112 113 114 115 116 117 118 119 ... 648 649

Comments to this Manuals

No comments