|
|
|
| R2012a Documentation → Model-Based Calibration Toolbox | |
Learn more about Model-Based Calibration Toolbox |
|
| Contents | Index |
options = optimset(optimstore) options = optimset(optimfunction, optimstore) options = optimset(optimfunction, optimstore) options = optimset(..., 'param1',value1,...)
Create/alter optimization OPTIONS structure. A method of cgoptimstore.
options = optimset(optimstore) creates an optimization options structure that can be used with Optimization Toolbox functions. with the named parameters altered with the specified values. Any parameters specified in the optimization that match (by name) those in the default options structure are copied into options.
options = optimset(oldopts, optimstore) creates a copy of oldopts and copies matching parameters from the optimization into it.
options = optimset(optimfunction, optimstore) creates an options structure with all the parameter names and default values relevant to the optimization function named in optimfunction and then copies matching parameters from the optimization into it.
options = optimset(..., 'param1',value1,...) sets the additional named parameters to the specified values.

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |