Add a voxle a value
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
hi guys, I want to create a 3D coordinate system, then I want to assign a value of each voxel. e.g. the coordinates [1 1 1] will have the value first.
how can i do something like this?
THX
0 Commenti
Risposte (1)
Azzi Abdelmalek
il 3 Giu 2013
Modificato: Azzi Abdelmalek
il 3 Giu 2013
out(:,:,1)=[1 1 1]
out(:,:,2)=[1 0 1]
3 Commenti
Vedere anche
Categorie
Scopri di più su Lighting, Transparency, and Shading in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!