Exporting an Image from a GUI to the Command Line
조회 수: 1 (최근 30일)
이전 댓글 표시
As the question states, I'm trying to allow the user to export an image from a GUI onto the command line. My GUI allows the user to perform operations on an image, but if they want to export the image to the command line and use a function that I don't have the capability for in my GUI, then how do I allow them to do that?
댓글 수: 2
채택된 답변
Oleg Komarov
2012년 8월 27일
편집: Oleg Komarov
2012년 8월 27일
댓글 수: 2
Oleg Komarov
2012년 8월 27일
yes, but that should be executed by the GUI. You can create a pushbutton and link to it a callback that executes that line of code.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!