Borrar filtros
Borrar filtros

3dbar chart of columns of data

1 visualización (últimos 30 días)
Benjamin Cowen
Benjamin Cowen el 16 de Dic. de 2016
Comentada: Star Strider el 16 de Dic. de 2016
I have my x values stored under x, which is a single column with 400 rows.
Then my y is 6 columns of 400 rows
How can I get 6 bars corresponding to each row, but 3d style so they do not overlap one another?

Respuestas (1)

Star Strider
Star Strider el 16 de Dic. de 2016
Use the bar3 function.
  5 comentarios
Benjamin Cowen
Benjamin Cowen el 16 de Dic. de 2016
i attached matlab figure, hopefully you can see what I am talking about
Star Strider
Star Strider el 16 de Dic. de 2016
Try adding these lines after you plot the figure:
axis square
view([135 20])
Experiment with the view arguments to get the result you want.

Iniciar sesión para comentar.

Categorías

Más información sobre Graphics Object Programming 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