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!