Sensitivity Analysis of shallow ANN using Sensitivity Analyzer
2 次查看(过去 30 天)
显示 更早的评论
I have generated the model in simulink of my ANN using gensim. I have 3 parameters and one output. But i don't know how to import it into the app.
0 个评论
回答(1 个)
Shraddha Jain
2021-3-9
Hi Rahul,
In order to run the Sensitivity Analyzer tool for a simulink model named simulink_model.slx, execute the following command in MATLAB command window,
ssatool('simulink_model')
Make sure that the model is saved in the current MATLAB folder before you run ssatool.
Hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sensitivity Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!