How can one convert a 3d matrix of ones and zeros this into a 3d image with the ones being solid voxels and the zeros being empty voxels. thanks :)
3 ビュー (過去 30 日間)
古いコメントを表示
I am relatively new to matlab. I have created a three-dimensional matrix of ones an zeros and I would like to find a way of converting this into a 3d image with the ones being solid voxels and the zeros being empty voxels. Any help would be much appreciated thanks :)
1 件のコメント
Image Analyst
2016 年 10 月 23 日
It's already like that, so you're done. Just consider 1 solid and 0 empty. Nothing else to do.
回答 (2 件)
Knut
2016 年 10 月 23 日
Sounds like you want to visualize a 3-d array in the same way that image() lets you visualize 2-d arrays.
I did, and ended up writing image3() that can be found at fileexchange: http://www.mathworks.com/matlabcentral/fileexchange/30721-image3
0 件のコメント
参考
カテゴリ
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!