How to save images from Matlab appdesigner GUI to computer
8 次查看(过去 30 天)
显示 更早的评论
Hi everyone,
I am using appdesigner to built GUI. I don't have any idea about saving the ouput files from GUI to folder in a computer.
Any help would be appreciated.
0 个评论
回答(1 个)
Ameer Hamza
2020-11-13
See uiputfile(): https://www.mathworks.com/help/matlab/ref/uiputfile.html. This will let the user select the location through the GUI. Then you can use imwrite to save the image in that location.
3 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Convert Image Type 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!