Filter löschen
Filter löschen

SimBiology sensitivity analysis warning

3 Ansichten (letzte 30 Tage)
Wendy Qiao
Wendy Qiao am 21 Aug. 2018
Bearbeitet: Priya Moorthy am 21 Aug. 2018
Hi,
I kept getting the following warning message in SimBiology Desktop when I perform a simulation task, "No outputs have been specified for sensitivity analysis. The RuntimeOption.StateToLog in the active configset will be used as default outputs. This default behavior will be deprecated in a future release of SimBiology".
Is the warning message something that I should be worried about? How to I configure the model in SimBiology Desktop to avoid the warning message?
Thank you, W

Antworten (1)

Priya Moorthy
Priya Moorthy am 21 Aug. 2018
Bearbeitet: Priya Moorthy am 21 Aug. 2018
Hi, Wendy,
This warning message is one that is usually displayed at the command line if users are simulating a model and have turned on sensitivity analysis without specifying the inputs and outputs in the configuration settings. Usually, we don't expect users working entirely within the desktop to encounter this warning, since the desktop doesn't allow running a sensitivity analysis task without specifying both inputs and outputs.
However, if you have a model that has been imported from or exported to the command line, it is possible to change the configuration settings outside the desktop. The warning you saw suggests that sensitivity analysis has been turned on for the model's default configuration settings. If you export the model from the desktop as m1, you can turn off sensitivity analysis in the configuration settings from the command line:
cs = getconfigset(m1, 'default');
cs.SolverOptions.SensitivityAnalysis = false;
cs.SensitivityAnalysisOptions.Inputs = [];
cs.SensitivityAnalysisOptions.Outputs = [];
Best,
Priya

Communitys

Weitere Antworten in  SimBiology Community

Kategorien

Mehr zu Perform Sensitivity Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by