Sensitivity Analysis Tool for Pre-Gathered Discrete Data Sets?

6 views (last 30 days)
Hi MATLAB Community,
I need some help. I have a data table which was generated from a MATLAB program that I have writen, and I would like to do a sensitivity analysis with the new excel data. The data table has 15 categories and under each category there are 1000 descrete numerical values.
1.) Is it possible to conduct a sensitivity analysis simular to the method used in MATLAB's SIMULINK "Sensitivity Analyser" without using SIMULINK?
2.) If there is no other alternative outside of SIMULINK, can I import this raw data into the SIMULINK Sensitivity Analyser app? Thus far, I have not found a way to import this raw data.
Any suggestions would be greatly appreciated!
Thank you everyone and have a great day.
CG

Answers (1)

Amrtanshu Raj
Amrtanshu Raj on 7 Feb 2021
Hi,
you can refer to this example which involves external data while doing senstivity analysis. You can also refer to additional examples here. You can use the readtable function to import data into MATLAB.
Hope this helps !!

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!