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

3 ビュー (過去 30 日間)
William Chren
William Chren 2019 年 5 月 28 日
回答済み: Akira Agata 2019 年 5 月 29 日
how do I run a .exe within a .m file?

採用された回答

Akira Agata
Akira Agata 2019 年 5 月 29 日
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');

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDynamic System Models についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by