How to plot a tornado chart in Matlab?
조회 수: 19 (최근 30일)
이전 댓글 표시
I want to perform a sensitive analysis for my model, therefore I need to plot a tornado chart. Can you help me to plot a chart like the following image on Matlab?
댓글 수: 0
채택된 답변
Star Strider
2016년 6월 26일
Use the barh function with the 'BaseValue' name-value pair argument.
댓글 수: 2
Star Strider
2016년 6월 26일
See if the 'stacked' option instead of the default 'grouped' option gives you the result you want.
See the documentation for barh, bar and ‘Bar Series Properties’ (see the link on the page) for all the available options.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Bar Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!