how can I display a voxel

15 次查看(过去 30 天)
sia
sia 2013-7-12
Hi,
I wanna create a 3D grid and make there several voxel with different colors.
can u give me a tipp?
axis([0,10,0,10,0,10])
xlabel('X-Achse')
ylabel('Y-Achse')
zlabel('Z-Achse')
grid on
hold off
This is my grid but idont know how can make into that voxel in different position with different colors.
THX

回答(2 个)

Image Analyst
Image Analyst 2013-7-12
Try scatter3()

Sean de Wolski
Sean de Wolski 2013-7-12

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by