to save the existing file can I use append function?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
hi sir,I use append function in matlab to save the existing image that have been save in a folder. however, when I run the program again, the image is overwritten and rewrite with other image.what should I do.thanks! syntax: filename1:strcat('user/matlab/folder',num2str,'.jpg')) imwrite(x,filename1,'writemode','append')
1 Kommentar
Image Analyst
am 20 Okt. 2012
I don't know what this means. Do you want a multi-page tiff image? I've never heard of a multi-page (multi-image) jpeg file. Or do you want to stitch together two images so they make one tall (or wide) array with both images side by side?
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!