Easy Sensitivity (Tornado) Plot Function

버전 1.1.0.0 (2.67 KB) 작성자: Richard McCulloch
This function makes a tornado sensitivity plot and returns the sensitivity values.
다운로드 수: 1.8K
업데이트 날짜: 2013/7/2

라이선스 보기

This function is designed to be easily used by simply supplying data. Axis names, sensitivity value, plot saving and function definition are optional function inputs. The function returns two vectors with the low and high sensitivity values, along with a tornado plot. The syntax is:

[low,high]=TorPlot(data,names,0.2,true,fh);

where data=[1,2,3...] and names={'First','Second','Third'...}. 0.2 corresponds to a 20% sensitivity analysis and true indicates the plot will be automatically saved in the working directory as 'Objective.png'. fh is the function handle, ie: @my_fun. An example is included, accessed by typing help TorPlot or opening the file.

인용 양식

Richard McCulloch (2025). Easy Sensitivity (Tornado) Plot Function (https://kr.mathworks.com/matlabcentral/fileexchange/42391-easy-sensitivity-tornado-plot-function), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

I modified the function to be able to perform sensitivity analysis on a supplied function and set the summed sensitivity to a default value if a function isn't supplied.

1.0.0.0