Effacer les filtres
Effacer les filtres

how can I display a voxel

15 vues (au cours des 30 derniers jours)
sia
sia le 12 Juil 2013
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

Réponses (2)

Image Analyst
Image Analyst le 12 Juil 2013
Try scatter3()

Sean de Wolski
Sean de Wolski le 12 Juil 2013

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by