Main Content

OptimResults object

估计结果对象的子类LeastSquaresResults

Description

TheOptimResultsobject contains estimation results from fitting a SimBiology®model to data using thesbiofitfunction with any supported algorithm exceptnlinfit. See thesbiofitfunction for a list of supported algorithms.

Method Summary

TheOptimResultsobject shares all methods of theLeastSquaresResults object.

Properties

TheOptimResultsobject shares all properties of theLeastSquaresResults object并且有following additional properties.

ExitFlag An exit flag specific to the estimation function.
Output A struct of additional outputs specific to the estimation function.

Note

See the reference page of the specific algorithm to get more information on the values ofExitFlagand theOutputstructure.

Version History

Introduced in R2014a