how can i display matrix in matlab 3D 128*128*27 as image simelar to function use in 2D(imshow or other)
1 回表示 (過去 30 日間)
古いコメントを表示
i have image 3d and take no.of slice each slice save as matrix 2D and make reconstruction and other operation then need to collect all slice to display 3D IMAGE a can add all slice in matrix 128*128*27 now need to display this matrix as image
0 件のコメント
採用された回答
Image Analyst
2014 年 6 月 8 日
MATLAB does not have very good 3D volumetric visualization capabilities. You're pretty much limited to cutaway views and isosurfaces, unless you want to write something custom. You can use a professionally designed program for 3D volume visualization like Avizo to achieve superior visualizations.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!