Hi i have the following code ? How i can save a file which i show by'imshow' function?
이전 댓글 표시
I1=imread('G:\ethanol+water flame 2 images\ethanol+ water flame 2\ethanol+ water flame 2001395.jpg');
I2=figure,imshow(I1,[low high]);
if low<=60 && high>=90
end
save I2
I3=edge(I2,'canny');
figure,imshow(I3)
채택된 답변
추가 답변 (1개)
Andreas Goser
2012년 7월 16일
편집: Andreas Goser
2012년 7월 16일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!