Main Content

Toolbox Preferences Editor

Overview of the Toolbox Preferences Editor

The Toolbox Preferences editor allows you to set plot preferences that will persist from session to session.

Opening the Toolbox Preferences Editor

To open the Toolbox Preferences editor, enter

identpref

at the MATLAB®prompt.

Units Pane

Use theUnitspane to set preferences for the following:

  • Frequency

    The default非盟tooption usesrad/TimeUnitas the frequency units relative to the system time units, whereTimeUnitis the system time units specified in theTimeUnitproperty of the system on frequency-domain plots. For multiple systems with different time units, the units of the first system is used.

    For the frequency axis, you can select logarithmic or linear scales.

    Other Frequency Units Options

  • Magnitude— Decibels (dB) or absolute value (abs)

  • Phase— Degrees or radians

  • Time

    The default非盟tooption uses the time units specified in theTimeUnitproperty of the system on the time- and frequency-domain plots. For multiple systems with different time units, the units of the first system is used.

    Other Time Units Options

Style Pane

Use theStylepane to toggle grid visibility and set font preferences and axes foreground colors for all plots you create. This figure shows the Style pane.

You have the following choices:

  • Grid— Activate grids by default in new plots.

  • Fonts— Set the font size, weight (bold), and angle (italic). Select font sizes from the menus or type any font-size values in the fields.

  • Colors— Specify the color vector to use for the axes foreground, which includes the X-Y axes, grid lines, and tick labels. Use a three-element vector to represent red, green, and blue (RGB) values. Vector element values can range from 0 to 1.

    If you do not want to specify RGB values numerically, click theSelectbutton to open theSelect Colorsdialog box.

Options Pane

The Options pane has selections for time responses and frequency responses. This figure shows the Options pane with default settings.

For time response plots, the following options are available:

  • Show settling time withinxx% — Set the threshold of the settling time calculation to any percentage from 0 to 100%. The default is 2%.

  • Specify rise time fromxx% toyy%— The standard definition of rise time is the time it takes the signal to go from 10% to 90% of the final value. Specify any percentages you like (from 0% to 100%), provided that the first value is smaller than the second.

For frequency response plots, the following options are available:

  • Only show magnitude above— Specify a lower limit for magnitude values in response plots so that you can focus on a region of interest.

  • Wrap phase— Wrap the phase into the interval[–180º,180º)。包装在积累阶段different value, enter the value in theBranchfield. For example, entering 0 causes the plot to wrap the phase into the interval[0º,360º)

SISO Tool Pane

The SISO Tool pane has settings forControl System Designer(requires a Control System Toolbox™ license)。This figure shows the SISO Tool pane with default settings.

You can make the following selections:

  • Compensator Format— Select the time constant, natural frequency, or zero/pole/gain format. The time constant format is a factorization of the compensator transfer function of the form

    K × ( 1 + T z 1 s ) ( 1 + T z 2 s ) ( 1 + T p 1 s ) ( 1 + T p 2 s )

    whereKis compensator DC gain,Tz1,Tz2, ..., are the zero time constants, andTp1,Tp2, ..., are the pole time constants.

    The natural frequency format is

    K × ( 1 + s / ω z 1 ) ( 1 + s / ω z 2 ) ( 1 + s / ω p 1 ) ( 1 + s / ω p 2 )

    whereKis compensator DC gain,ωz1, andωz2, ... andωp1, ωp2, ..., are the natural frequencies of the zeros and poles, respectively.

    The zero/pole/gain format is

    K × ( s + z 1 ) ( s + z 2 ) ( s + p 1 ) ( s + p 2 )

    whereKis the overall compensator gain, andz1,z2, ... andp1,p2, ..., are the zero and pole locations, respectively.

  • Bode Options— By default, theControl System Designershows the plant and sensor poles and zeros as blue x's and o's, respectively. Clear this box to eliminate the plant's poles and zeros from the Bode plot. Note that the compensator poles and zeros (in red) will still appear.