How to save images from Matlab appdesigner GUI to computer
조회 수: 7 (최근 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!