How to plot a tornado chart in Matlab?

20 次查看(过去 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?

采纳的回答

Star Strider
Star Strider 2016-6-26
Use the barh function with the 'BaseValue' name-value pair argument.
  2 个评论
Tien Tran
Tien Tran 2016-6-26
Hi Star I have tried this function, but it is not symmetrical as I expected. Can you give me a code sample?
Star Strider
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 CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by