OptimResults object

Estimation results object, subclass of LeastSquaresResults

Description

The OptimResults object contains estimation results from fitting a SimBiology® model to data using the sbiofit function with any supported algorithm except nlinfit. See the sbiofit function for a list of supported algorithms.

Method Summary

The OptimResults object shares all methods of the LeastSquaresResults object.

Properties

The OptimResults object shares all properties of the LeastSquaresResults object and has the following additional properties.

ExitFlagAn exit flag specific to the estimation function.
OutputA 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 of ExitFlag and the Output structure.

Introduced in R2014a