Display 3D binary matrix on a high resolution rectangular grid
    조회 수: 4 (최근 30일)
  
       이전 댓글 표시
    
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
답변 (1개)
  Ayush Bansal
    
 2020년 9월 1일
        For exporting the figure in high resolution you can use function exportgraphics and use ‘Resolution’ Property to set the dpi of the figure. 
댓글 수: 2
참고 항목
카테고리
				Help Center 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



