How to genetrate a code for surface image display
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
AUWAL ABUBAKAR
el 8 de Jul. de 2021
Comentada: AUWAL ABUBAKAR
el 8 de Jul. de 2021
Dear MATLAB users,
I have a stacked of 2D images (attached). Currently I use volume viewer app in matlab to view the surface image (image attched) using isosurface.
Please is there a way I can genterate a code to display surface image instead of using the app?
Thanks for your help
0 comentarios
Respuesta aceptada
Image Analyst
el 8 de Jul. de 2021
Did you try isosurface()?
3 comentarios
Image Analyst
el 8 de Jul. de 2021
Try
axis xy; % or axis ij
If that doesn't work, try flip, fliplr, flipud, or view.
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox 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!