plot 3 distinct parameters in 3D

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 日

0 投票

Try bar3():
bar3(x, y, z);

その他の回答 (0 件)

カテゴリ

タグ

質問済み:

2017 年 3 月 22 日

回答済み:

2017 年 3 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by