| Contents | Index |
Outputs is a property of the SensitivityAnalysisOptions object. SenstivityAnalysisOptions is a property of the configuration set object.
Use Outputs to specify the species and parameters for which you want to compute sensitivities.
The SimBiology software calculates sensitivities with respect to the values of the parameters and the initial amounts of the species specified in the Inputs property. When you simulate a model with SensitivityAnalysis enabled in the active configuration set object, sensitivity analysis returns the computed sensitivities of the species and parameters specified in Outputs. For a description of the output, see the SensitivityAnalysisOptions property description.
| Applies to | Object: SensitivityAnalysisOptions |
| Data type | Species or parameter object or array of objects |
| Data values | Species or parameter object, or an array of objects. Default is [] (empty array). |
| Access | Read/write |
This example shows how to set Outputs for sensitivity analysis.
Import the radio decay model from the SimBiology demos.
modelObj = sbmlimport('radiodecay');Retrieve the configuration set object from modelObj.
configsetObj = getconfigset(modelObj);
Add a species to the Outputs property and display it. Use the sbioselect function to retrieve the species object from the model.
speciesObj = sbioselect(modelObj, 'Type', 'species', 'Name', 'z'); set(configsetObj.SensitivityAnalysisOptions,'Outputs', speciesObj); get(configsetObj.SensitivityAnalysisOptions, 'Outputs')
SimBiology Species Array Index: Compartment: Name: InitialAmount: InitialAmountUnits: 1 unnamed z 0 molecule
Inputs, sbioselect, SensitivityAnalysis, SensitivityAnalysisOptions

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 |