Visualization of 3d matrix
이전 댓글 표시
Hi guys,
I'd be glad for your help. I've seen many questions like this one but I can't seem to get the reply that I want. My problem seems simple. I have a 3D matrix A(20,20,20). Every element is a number. I want to visualize this data in a 3D plot, where every point will get a color depending on its value, something like temperature in a room.
I'd be very glad for your help. Thank you for your time!
답변 (1개)
Steven Lord
2017년 4월 28일
0 개 추천
Use the scatter3 function?
If you want something more sophisticated, take a look at the functions listed on this documentation page.
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!