Sensitivity Analysis of shallow ANN using Sensitivity Analyzer
조회 수: 6(최근 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
참고 항목
범주
Find more on Programmatic Model Editing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!