how to image entirely a 3D file?
Ältere Kommentare anzeigen
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,
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 11 Dez. 2014
0 Stimmen
Kategorien
Mehr zu Geometric Transformation and Image Registration finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!