Visualising 3D dataset
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ajk1
am 2 Jul. 2016
Beantwortet: Walter Roberson
am 2 Jul. 2016
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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 2 Jul. 2016
The built-in functions for assisting with volume visualization are slice() and isosurface() .
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Read, Write, and Modify Image finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!