how do I run a .exe within a .m file?

3 visualizzazioni (ultimi 30 giorni)
William Chren
William Chren il 28 Mag 2019
Risposto: Akira Agata il 29 Mag 2019
how do I run a .exe within a .m file?

Risposta accettata

Akira Agata
Akira Agata il 29 Mag 2019
You can use system function to run a .exe. For example, if you save the following line in .m file and run in MATLAB on Windows PC, you can run notepad.exe and start Windows' Notepad.
system('notepad.exe');

Più risposte (0)

Categorie

Scopri di più su Dynamic System Models in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by