Algorithms
By default, findop uses the optimizer graddescent-elim. To use a different optimizer,
change the value of OptimizerType in options using findopOptions.
findop automatically sets these Simulink model properties for optimization:
- BufferReuse = 'off'
- RTWInlineParameters = 'on'
- BlockReductionOpt = 'off'
- SaveFormat = 'StructureWithTime'
After the optimization completes, Simulink restores the original model properties.
Alternative Functionality
App
As an alternative to the findop command, you can find operating points in one of the
following ways.
- Compute operating points using the Steady State Manager. For an example, see
“Compute Operating Points from Specifications Using Steady State Manager” on page
1-23. - If you are computing an operating point for linearization, you can find the operating
point and linearize the model using the Linear Analysis Tool. For an example, see
“Compute Operating Points from Specifications Using Linear Analysis Tool” on page 1-
41.
Extended Capabilities
Automatic Parallel Support
Accelerate code by automatically running computation in parallel using Parallel
Computing Toolbox™.
findop