EXEをMATLAB上で実行する
30 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MATLAB上で他のプログラミング言語で記述しコンパイルしたEXEファイルを実行したいと考えています。
現在はコマンドプロンプト上で実行しており、A.exe < input.txtと記述して、実行しています。(Input.txtに実行条件などが記載されている。)
この場合、MATLAB上ではどのようにして記述すればよいでしょうか。
0 Commenti
Risposta accettata
michio
il 2 Feb 2018
に詳細がありますが、system コマンドもしくは ! (感嘆符)を使って実行できるかと思いますので、試してみてください。
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!