Display 3D binary matrix on a high resolution rectangular grid
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have 3D binary matrix on spherical coordinates. I have to convert them into rectangular coordinates and display the image in high resolution rectangular grid.
I used isosurface(M). it displays the image, but I want to display in the high resolution rectangular grid converting the points in cartesian coordinates.
2 comentarios
KSSV
el 1 de Sept. de 2020
Read about sph2cart to convert spherical coordinates to cartesian corrdinates.
Respuestas (1)
Ayush Bansal
el 1 de Sept. de 2020
For exporting the figure in high resolution you can use function exportgraphics and use ‘Resolution’ Property to set the dpi of the figure.
2 comentarios
Ver también
Categorías
Más información sobre Read, Write, and Modify Image 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!