how to image entirely a 3D file?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
lilish
el 11 de Dic. de 2014
Respondida: Image Analyst
el 11 de Dic. de 2014
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,
0 comentarios
Respuesta aceptada
Adam
el 11 de Dic. de 2014
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.
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre 3-D Volumetric Image Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!