Borrar filtros
Borrar filtros

How to plot a tornado chart in Matlab?

19 visualizaciones (últimos 30 días)
Tien Tran
Tien Tran el 26 de Jun. de 2016
Editada: Tien Tran el 27 de Jun. de 2016
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?

Respuesta aceptada

Star Strider
Star Strider el 26 de Jun. de 2016
Use the barh function with the 'BaseValue' name-value pair argument.
  2 comentarios
Tien Tran
Tien Tran el 26 de Jun. de 2016
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 el 26 de Jun. de 2016
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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Visual Exploration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by