Skip to Main Content Skip to Search
Product Documentation

SensitivityAnalysis - Enable or disable sensitivity analysis

Description

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)

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.

Characteristics

Applies toObject: SolverOptions
Data typelogical
Data values1, 0, true, false. Default is false.
AccessRead/write

Examples

This example shows how to enable SensitivityAnalysis.

  1. Retrieve the configset object from the modelObj.

    modelObj  = sbiomodel('cell');
    configsetObj = getconfigset(modelObj);
  2. Enable SensitivityAnalysis.

    set(configsetObj.SolverOptions, 'SensitivityAnalysis', true);
    get(configsetObj.SolverOptions, 'SensitivityAnalysis')
    
    ans =
    
      on

See Also

SensitivityAnalysisOptions, SolverOptions, SolverType, StatesToLog

  


Free Computational Biology Interactive Kit

See how to analyze, visualize, and model biological data and systems using MathWorks products.

Get free kit

Trials Available

Try the latest computational biology products.

Get trial software
 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS