Azzera filtri
Azzera filtri

How can I do grouping in 3-D bar?

2 visualizzazioni (ultimi 30 giorni)
may
may il 18 Ott 2013
Commentato: may il 20 Ott 2013
I have this data Z = rand(9,5);
I can group my data on the Y axis using the following code:
Y = [1 2 3 5 6 7 9 10 11];
bar3(Y,Z)
Now I want to group my data on the X axis , how can I do this? Thanks a lot!

Risposte (1)

Image Analyst
Image Analyst il 19 Ott 2013
Did you try bar3(Z, Y)?
  3 Commenti
Image Analyst
Image Analyst il 19 Ott 2013
Well what is Z - you never told us. Do you have a simple script you can attach?
may
may il 20 Ott 2013
for example
Z = rand(9,5);

Accedi per commentare.

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by