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!