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.

回答(1 个)

Ameer Hamza
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 个评论
Ameer Hamza
Ameer Hamza 2020-11-13
What is the issue? Is there any error? What is the value of app.sm?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by