Visualising 3D dataset
조회 수: 5 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
Walter Roberson
2016년 7월 2일
The built-in functions for assisting with volume visualization are slice() and isosurface() .
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!