How to export an image from matlab after processing it and save it in any location
    조회 수: 3 (최근 30일)
  
       이전 댓글 표시
    
Dear Gen.
Kindly, i need your kind support to explain to me how to export an image from matlab after processing it and save it in any location i determine it in my laptop. Kind Regards
댓글 수: 0
답변 (1개)
  Chad Greene
      
      
 2016년 3월 9일
        댓글 수: 2
  Image Analyst
      
      
 2016년 3월 9일
				with fullfile().
And if you want a non-integer image that you're not going to open in any other program, you can store it in a .mat file with save() and recall it with load().
참고 항목
카테고리
				Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!