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

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?

Antworten (1)

Karim
Karim am 20 Jun. 2022

0 Stimmen

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"');

Kategorien

Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 20 Jun. 2022

Beantwortet:

am 20 Jun. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by