MATLAB CONTROL SYSTEM TOOLBOX 9 Specifiche Pagina 123

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 591
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 122
Dimensions, Size, and Shape of an LTI Array
5-11
reshape
Usereshape to reorganizethearrangement (arrayconfiguration) ofthemodels
of an existing LTI array.
For example, to arrange the models in an LTI Array
sys as a
array, type
reshape(sys,w1,...,wp)
where w1,...,wp are any set of integers whose product is N, the number of
models in
sys.
You can reshape the LTI array
m2d intoa3-by-2,a6-by-1,ora1-by-6array
using
reshape. For example, type
load LTIexamples
sys = reshape(m2d,6,1);
size(sys)
6x1 array of continuous-time transfer functions
Each transfer function has 2 outputs and 1 inputs.
s = size(sys)
s =
2 1 6 1
w
1
×
w
p
×
Vedere la pagina 122
1 2 ... 118 119 120 121 122 123 124 125 126 127 128 ... 590 591

Commenti su questo manuale

Nessun commento