MATLAB CONTROL SYSTEM TOOLBOX 9 Spezifikationen Seite 141

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 591
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 140
Operations on LTI Arrays
5-29
adds the array of scalars to each entry of each MIMO model in the LTI array
[h,h] on a model-by-model basis. This last command is equivalent to the
following
for loop.
hh = [h,h];
for k = 1:3
sysa(:,:,k) = G(1,1,k) + hh(:,:,k);
end
Other Operations on LTI Arrays
You can also apply the analysis functions, such as bode, nyquist,andstep,to
LTI arrays.
Seitenansicht 140
1 2 ... 136 137 138 139 140 141 142 143 144 145 146 ... 590 591

Kommentare zu diesen Handbüchern

Keine Kommentare