EXEをMATLAB上で実行する
37 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MATLAB上で他のプログラミング言語で記述しコンパイルしたEXEファイルを実行したいと考えています。
現在はコマンドプロンプト上で実行しており、A.exe < input.txtと記述して、実行しています。(Input.txtに実行条件などが記載されている。)
この場合、MATLAB上ではどのようにして記述すればよいでしょうか。
0 comentarios
Respuesta aceptada
michio
el 2 de Feb. de 2018
に詳細がありますが、system コマンドもしくは ! (感嘆符)を使って実行できるかと思いますので、試してみてください。
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!