How to save images from Matlab appdesigner GUI to computer

조회 수: 7 (최근 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?

댓글을 달려면 로그인하십시오.

카테고리

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