Add a voxle a value
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Azzi Abdelmalek
2013 年 6 月 3 日
編集済み: Azzi Abdelmalek
2013 年 6 月 3 日
out(:,:,1)=[1 1 1]
out(:,:,2)=[1 0 1]
3 件のコメント
参考
カテゴリ
Help Center および File Exchange で Lighting, Transparency, and Shading についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!