How to save images from Matlab appdesigner GUI to computer

7 vues (au cours des 30 derniers jours)
Sulochana S
Sulochana S le 13 Nov 2020
Commenté : Sulochana S le 13 Nov 2020
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.

Réponses (1)

Ameer Hamza
Ameer Hamza le 13 Nov 2020
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 commentaires
Ameer Hamza
Ameer Hamza le 13 Nov 2020
What is the issue? Is there any error? What is the value of app.sm?
Sulochana S
Sulochana S le 13 Nov 2020
image to be saved = app.im

Connectez-vous pour commenter.

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by