How to save images from Matlab appdesigner GUI to computer

6 ビュー (過去 30 日間)
Sulochana S
Sulochana S 2020 年 11 月 13 日
コメント済み: Sulochana S 2020 年 11 月 13 日
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?
Sulochana S
Sulochana S 2020 年 11 月 13 日
image to be saved = app.im

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by