frestimateOptions
Options for frequency response estimation
Syntax
options = frestimateOptions
options = frestimateOptions('OptionName',OptionValue)
Description
options = frestimateOptions
creates a frequency
response estimation options object, options
, with
default settings. Pass this object to the function frestimate
to
use these options for frequency response estimation.
options = frestimateOptions('OptionName',OptionValue)
creates
a frequency response estimation options object options
using
the options specified by comma-separated name/value pairs.
Input Arguments
|
Estimation options, specified as comma-separated option name and option value pairs.
|
Examples
Alternatives
You can enable parallel computing for all models with no path dependencies. To do so, in the MATLAB® preferences dialog box, click Simulink® Control Design™. Then, select the Use the parallel pool when you use the "frestimate" command option. This global setting persists from session to session until you change this option.
When you select this option and use the
frestimate
command, you do
not need to provide an
frestimateOptions
object.
If your model has path dependencies, you must create your own
frequency response options object that specifies the path dependencies.
Use the ParallelPathDependencies
option before
beginning the estimation.
Version History
Introduced in R2010a