Sensitivity analysis of Matlab model developed in a function
2 次查看(过去 30 天)
显示 更早的评论
Hi everybody,
I have developed a Matlab model embedded in a m function, i.e.:
[output1,output2]=myModel(initialValues,parameters,simulationTime)
I would like to carry out a sensitivity analysis similar to the one developed with ssatool https://es.mathworks.com/help/sldo/sensitivity-analysis.html , which is based on Monte Carlo simulations.
Specifically, I would like to obtain results from a Local Sensitivity Analysis https://es.mathworks.com/help/sldo/ug/what-is-sensitivity-analysis.html
I have done this with ssatool previously, but I always need to embed my model within Simulink (by using a Matlab Function Block).
Is it possible to do a similar analysis without using Simulink? Which are the tools provided by Matlab? I would like to know the recommended way. I have looked in the Matlab documentation but I could not find what I want.
Best regards.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Verification, Validation, and Test 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!