Hi i have the following code ? How i can save a file which i show by'imshow' function?
Mostra commenti meno recenti
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)
Risposta accettata
Più risposte (1)
Andreas Goser
il 16 Lug 2012
Modificato: Andreas Goser
il 16 Lug 2012
0 voti
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!