Customizing Response Plots Using Plot Tools
Properties You Can Customize Using Plot Tools
The following table shows the plot properties you can customize using plot tools.
For... | You can customize the following properties: |
---|---|
Responses |
For SISO systems, these changes apply to a single plot line or an array of plot lines representing the system on one axis. For MIMO systems, these changes apply to all of the plotted lines representing the system on multiple axes. |
Plot axes |
|
Figures |
|
Note
To make other changes to response plots, see Customize Response Plots Using the Response Plots Property Editor and Customizing Response Plots from the Command Line.
Opening and Working with Plot Tools
For information about how to open and work with Plot Tools in the Property Inspector,
see Property Inspector
.
Example of Changing Line Color Using Plot Tools
To change the line color of a MIMO system plot:
Create a step response plot of a MIMO system by typing
sys_mimo=rss(3,3,3); stepplot(sys_mimo)
In the figure window, select View > Property Editor.
This action opens the Plot Tools Property Editor.
Click the plot line in any of the nine axis.
This action selects the response for the
sys_mimo
system and updates the Plot Tools Property Editor to show the available editable properties for the response.Note
The Plot Tools Property Editor applies changes to the response of the MIMO system. Any change you make applies to all of the plotted lines in the figure.
Tip
You can also change the properties of the response using the right-click menu while in plot edit mode.
In the Property Editor – Waveform pane, select the color red.
This action changes the color of the response that represents the MIMO system to red.