| Contents | Index |
SensitivityAnalysis is a property of the SolverOptions property, which is a property of a configset object. This property lets you compute the time-dependent sensitivities of all the species states defined by the StatesToLog property with respect to the Inputs that you specify in the SensitivityAnalysisOptions property of the configuration set object.
SensitivityAnalysis is available only for the ODE solvers (ode15s, ode23t, ode45, and sundials)
Note Models containing the following active components do not support sensitivity analysis:
|
For more information on setting up sensitivity analysis, see SensitivityAnalysisOptions . For a description of sensitivity analysis calculations, see Calculating Sensitivities in the SimBiology User's Guide documentation.
| Applies to | Object: SolverOptions |
| Data type | logical |
| Data values | 1, 0, true, false. Default is false. |
| Access | Read/write |
This example shows how to enable SensitivityAnalysis.
Retrieve the configset object from the modelObj.
modelObj = sbiomodel('cell');
configsetObj = getconfigset(modelObj);Enable SensitivityAnalysis.
set(configsetObj.SolverOptions, 'SensitivityAnalysis', true); get(configsetObj.SolverOptions, 'SensitivityAnalysis') ans = on
SensitivityAnalysisOptions, SolverOptions, SolverType, StatesToLog

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |