Display 3D binary matrix on a high resolution rectangular grid
显示 更早的评论
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 个评论
KSSV
2020-9-1
Read about sph2cart to convert spherical coordinates to cartesian corrdinates.
Rashi Mehrotra
2020-9-1
回答(1 个)
Ayush Bansal
2020-9-1
0 个投票
For exporting the figure in high resolution you can use function exportgraphics and use ‘Resolution’ Property to set the dpi of the figure.
类别
在 帮助中心 和 File Exchange 中查找有关 Printing and Saving 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!