Display 3D binary matrix on a high resolution rectangular grid
Mostra commenti meno recenti
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 Commenti
KSSV
il 1 Set 2020
Read about sph2cart to convert spherical coordinates to cartesian corrdinates.
Rashi Mehrotra
il 1 Set 2020
Risposte (1)
Ayush Bansal
il 1 Set 2020
0 voti
For exporting the figure in high resolution you can use function exportgraphics and use ‘Resolution’ Property to set the dpi of the figure.
2 Commenti
Rashi Mehrotra
il 2 Set 2020
Walter Roberson
il 3 Set 2020
I recommend that you use imtransform()
Categorie
Scopri di più su Printing and Saving in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!