MATLAB CONTROL SYSTEM TOOLBOX 9 Especificações Página 174

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 591
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 173
9 Customizing Response Plot Properties
9-10
Property Editing for Subplots
If you create more than one plot in a single figure window, you can edit each
plot individually. For example, the following code creates a figure with two
plots, a step and an impulse response with two randomly selected systems.
subplot(2,1,1)
step(rss(2,1))
subplot(2,1,2)
impulse(rss(1,1))
After the figure window appears, double-click in the upper (step response) plot
to activate the
Property Editor. You will see a dashed line appear around the
stepresponse,indicatingthatitisthe active plot fortheeditor.Toswitch to the
lower (impulse response) plot, just click once in the impulse response plot
region. The dashed box switches to the impulse response, and the
Property
Editor
updatesaswell.
Vista de página 173
1 2 ... 169 170 171 172 173 174 175 176 177 178 179 ... 590 591

Comentários a estes Manuais

Sem comentários