How to button to load the MS-paint in GUI?
1 回表示 (過去 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!