frestimateOptions
Options for frequency response estimationSyntax
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
'OptionName',OptionValueEstimation options, specified as comma-separated option name and option value pairs.Option Name Option Value
'BlocksToHoldConstant' Block paths of time-varying source blocks to hold constant
during frequency response estimation, specified as an array
of Simulink.BlockPath objects. To identify time-varying
source blocks that can interfere with frequency response
estimation, use frest.findSources.
Default: emptyfrestimateOptions