how to image entirely a 3D file?

1 回表示 (過去 30 日間)
lilish
lilish 2014 年 12 月 11 日
回答済み: Image Analyst 2014 年 12 月 11 日
hi,To visualize a 3D function A(x,y,z), I used the following code to observe a z-slice at z=z0: imagesc(A(:,:,z0)); I'm wondering if there is a way to directly visualize the entire 3D picture?
Thanks,

採用された回答

Adam
Adam 2014 年 12 月 11 日
There are methods using e.g.
doc surf
doc slice
that you can look at multi-dimensional data with, but it depends what you mean by visualise the entire 3d picture. Clearly in any such visualisation parts of it would be hidden from view unless you wish to project it onto 2d.

その他の回答 (1 件)

Image Analyst
Image Analyst 2014 年 12 月 11 日
MATLAB does not have comprehensive volume visualization capabilities. About all you can do are isosurfaces and cutaway views. To get a true volumetric rendering you'd need to use a program built for that such as Avizo or Amira or VolView

カテゴリ

Help Center および File Exchange3-D Volumetric Image Processing についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by