MATLAB CONTROL SYSTEM TOOLBOX 9 Guia do Utilizador Página 176

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 649
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 175
5 Model Analysis Tools
5-14
several LTI models on a single plot. To do so, invoke the corresponding
command line function using the list
sys1,..., sysN of models as the inputs.
step(sys1,sys2,...,sysN)
impulse(sys1,sys2,...,sysN)
...
bode(sys1,sys2,...,sysN)
nichols(sys1,sys2,...,sysN)
...
All models in the argument lists of any of the response plotting functions
(except for
sigma) must have the same number of inputs and outputs. To
differentiate the plots easily, you can also specify a distinctive color/linestyle/
marker for each system just as you would wit h the
plot command. For
example,
bode(sys1,’r’,sys2,’y--’,sys3,’gx’)
plots sys1 with solid red lines, sys2 with yellow dashed lines, and sys3 with
green
x markers.
You can plot responses of multiple modelso n the same plot. These models need
not be all continuous-time or all discrete-time.
Vista de página 175
1 2 ... 171 172 173 174 175 176 177 178 179 180 181 ... 648 649

Comentários a estes Manuais

Sem comentários