3dbar chart of columns of data
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (1)
Star Strider
am 16 Dez. 2016
Use the bar3 function.
5 Kommentare
Star Strider
am 16 Dez. 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.
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!