Visualization of 3d matrix
Mostrar comentarios más antiguos
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!
Respuestas (1)
Steven Lord
el 28 de Abr. de 2017
0 votos
Use the scatter3 function?
If you want something more sophisticated, take a look at the functions listed on this documentation page.
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!