필터 지우기
필터 지우기

plot 3 distinct parameters in 3D

조회 수: 3 (최근 30일)
Nicolas
Nicolas 2017년 3월 22일
답변: Image Analyst 2017년 3월 22일
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