How to button to load the MS-paint in GUI?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have created the GUI, in that I wanted to add button that should open the MS-paint directly. Is there any way to open the app like this?
댓글 수: 0
답변 (1개)
Karim
2022년 6월 20일
You can try using the system command and link it to the location of MS Paint on your computer:
system('"C:\WINDOWS\system32\mspaint.exe"');
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!