Add a voxle a value
显示 更早的评论
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
回答(1 个)
Azzi Abdelmalek
2013-6-3
编辑:Azzi Abdelmalek
2013-6-3
out(:,:,1)=[1 1 1]
out(:,:,2)=[1 0 1]
类别
在 帮助中心 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!