Specifications

Table Of Contents
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.