Azzera filtri
Azzera filtri

plot 3 distinct parameters in 3D

3 visualizzazioni (ultimi 30 giorni)
Nicolas
Nicolas il 22 Mar 2017
Risposto: Image Analyst il 22 Mar 2017
Hello,
I have three distinct vectors of same length: X,Y,Z I would like to create a 3D plot similar to a histogram but the height of the bar (the vertical axis) would be a specific value (Z) and the two horizontal axis would be X and Y.
Thank you

Risposta accettata

Image Analyst
Image Analyst il 22 Mar 2017
Try bar3():
bar3(x, y, z);

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by