Azzera filtri
Azzera filtri

How to button to load the MS-paint in GUI?

3 visualizzazioni (ultimi 30 giorni)
Lavanya
Lavanya il 20 Giu 2022
Risposto: Karim il 20 Giu 2022
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?

Risposte (1)

Karim
Karim il 20 Giu 2022
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"');

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by