How to run exe with argumants using matlab

Hello. I have a matlab-based exe that I need to call using matlab. I understand system(myexe.exe) will run it. However, I need the exact syntax for calling the exe with parameters such as: parName1 str1 parName2 val2
Would it be system('myexe.exe' 'parName1' 'str1' 'parName2' 'val2') for example....i.e. comas, quotation marks, oxford commas spaces etc etc...would integer values, such as val2 need ' or not etc? If anyone would let me know the exact syntax that would be great!
Thank you

 採用された回答

Mohammad Abouali
Mohammad Abouali 2014 年 10 月 22 日
編集済み: Mohammad Abouali 2014 年 10 月 22 日

1 投票

system('myexe.exe parName1 str1 parName2 val2')
so pretty much the same command that you run it in command prompt or shell, just put a system around it.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

質問済み:

2014 年 10 月 22 日

編集済み:

2014 年 10 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by