Hi i have the following code ? How i can save a file which i show by'imshow' function?
Show older comments
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)
Accepted Answer
More Answers (1)
Andreas Goser
on 16 Jul 2012
Edited: Andreas Goser
on 16 Jul 2012
0 votes
Categories
Find more on Printing and Saving in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!