plot 3 distinct parameters in 3D

2 次查看(过去 30 天)
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

采纳的回答

Image Analyst
Image Analyst 2017-3-22
Try bar3():
bar3(x, y, z);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by