hinfstructOptions
Set options for hinfstruct
Syntax
options = hinfstructOptions
options = hinfstructOptions(Name,Value)
Description
returns
the default option set for the options
= hinfstructOptionshinfstruct
command.
creates
an option set with the options specified by one or more options
= hinfstructOptions(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.
hinfstructOptions
takes the following Name
arguments:
|
Determines the 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 H∞ norm. The Set Default: 0 |
|
Relative tolerance for termination. The optimization terminates
when the H∞ norm
decreases by less than Default: 0.001 |
|
Maximum closed-loop natural frequency. Setting To let 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 R2010b