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!