looptuneOptions
Set options for looptune
Syntax
options = looptuneOptions
options = looptuneOptions(Name,Value)
Description
returns
the default option set for the options
= looptuneOptionslooptune
command.
creates
an option set with the options specified by one or more options
= looptuneOptions(Name,Value
)Name,Value
pair
arguments.
Input Arguments
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and enclose
Name
in quotes.
looptuneOptions
takes the following Name
arguments:
|
Target gain margin in decibels. Default: 7.6 dB |
|
Target phase margin in degrees. Default: 45 degrees |
|
Amount of information to display during
Default: |
|
Maximum number of iterations in each optimization run. Default: 300 |
|
Number of additional optimizations starting from random values of the free parameters in the controller. If
Use with Default: 0 |
|
Parallel processing flag. When you use the
If Automatically create a parallel pool is
not selected in your preferences, you can manually start a parallel
pool using Using parallel processing requires Parallel Computing Toolbox software. Default: |
|
Target value for the objective parameter The The default Default: 1 |
|
Relative tolerance for termination. The optimization terminates when the objective parameter Default: 0.001 |
|
Maximum closed-loop natural frequency. Setting To allow Specify Default: |
|
Minimum decay rate for closed-loop poles Constrains the closed-loop poles to satisfy Specify Default: |
Output Arguments
|
Option set containing the specified options for the |
Examples
Version History
Introduced in R2016aSee Also
looptune
| looptune (for slTuner)
(Simulink Control Design) | diskmargin
(Robust Control Toolbox)
Topics
- Stability Analysis Using Disk Margins (Robust Control Toolbox)