MATLAB CONTROL SYSTEM TOOLBOX 9 Specifikace Strana 174

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 591
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 173
1 2 ... 169 170 171 172 173 174 175 176 177 178 179 ... 590 591

Komentáře k této Příručce

Žádné komentáře