Saving images in a directory folder
15 ビュー (過去 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!