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

3 visualizaciones (últimos 30 días)
William Chren
William Chren el 28 de Mayo de 2019
Respondida: Akira Agata el 29 de Mayo de 2019
how do I run a .exe within a .m file?

Respuesta aceptada

Akira Agata
Akira Agata el 29 de Mayo de 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');

Más respuestas (0)

Categorías

Más información sobre Dynamic System Models en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by