Saving images in a directory folder
19 次查看(过去 30 天)
显示 更早的评论
Dear Sir,
i am making some operations in images and retrieve some target images , these target images i need to save them into a file , how can i do it ?
Thank you in advance
0 个评论
回答(2 个)
Rahul punk
2021-6-2
编辑:Rik
2021-6-2
%read image test.jpg
tt= imshow('C:\Users\admin\Desktop\test.jpg') ;
%save your image other location with any name save desktop or any folder also
saveas(tt,'C:\Users\admin\Desktop\testimagesave.jpg') ;
1 个评论
Rik
2021-6-2
I also don't see what this adds beyond what the other answer already provides.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!