Visualising 3D dataset

4 ビュー (過去 30 日間)
ajk1
ajk1 2016 年 7 月 2 日
回答済み: Walter Roberson 2016 年 7 月 2 日
Hi, I have a 3D dataset that I would like to visualise it in Matlab. The dataset is 375x91x223 (and is the output of X-ray CT). I have visualised this using a software called ImageJ but have tried using 'surf' in Matlab and have been unsuccessful.
I have saved it in a variable called 'vol'.
vol= reshape(vol,[375 91 223]); %earlier in the code
Any help is appreciated.

採用された回答

Walter Roberson
Walter Roberson 2016 年 7 月 2 日
The built-in functions for assisting with volume visualization are slice() and isosurface() .
In the File Exchange you can find vol3d v2

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRead, Write, and Modify Image についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by