Products & Services Solutions Academia Support User Community Company

Learn more about SimBiology   

ParameterInputFactors - Specify parameter input factors for sensitivity analysis

Description

ParameterInputFactors is a property of the SensitivityAnalysisOptions object. SensitivityAnalysisOptions is a property of the configuration set object. Use ParameterInputFactors to specify the parameters with respect to which you want to compute the sensitivities of the species states in your model. When you simulate a model with SensitivityAnalysis enabled in the active configuration set object, sensitivity analysis returns the computed sensitivities of the species specified in StatesToLog. For a description of the output, see the SensitivityAnalysisOptions property description.

Characteristics

Applies toObject: SensitivityAnalysisOptions
Data typeParameter object or array of parameter objects
Data valuesParameter object array. Default is [] (empty).
AccessRead/write

Examples

This example shows how to set ParameterInputFactors for sensitivity analysis.

  1. Import the radio decay model from the SimBiology demos.

    modelObj  = sbmlimport('radiodecay');
  2. Retrieve the configuration set object from modelObj.

    configsetObj = getconfigset(modelObj);
  3. Add a parameter to the ParameterInputFactors property and display. Use the sbioselect function to retrieve the parameter object from the model.

    set(configsetObj.SensitivityAnalysisOptions,'ParameterInputFactors', sbioselect(modelObj, 'Type', 'parameter', 'Name', 'c'));
    get (configsetObj.SensitivityAnalysisOptions, 'ParameterInputFactors')
    SimBiology Parameter Array
    
    Index:    Name:    Value:    ValueUnits:
     1         c        0.5       1/second

See Also

sbioselect, SensitivityAnalysis, SensitivityAnalysisOptions, SpeciesInputFactors

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS