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!