フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Can't work with an executable through Matlab

1 回表示 (過去 30 日間)
Jeena
Jeena 2014 年 2 月 18 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi all,
I have two executable programs - First program has a MS DOS interface (when I open the executable, I can see the black command prompt window interface) . Second program doesn't look like having a MS DOS interface ( when I open the executable, I can see menu bars and other options) ...
I need to run multiple simulations in both of these programs and running each trial one by one is lengthy. Instead I want to call the executable through Matlab and supply the name of the file required for the simulation.
I was successful in doing this for Program 1 ( by including the command ' dos(['Program1.exe < ' filename])). Matlab opens the program, supply the files required and the program runs automatically...
I tried doing the same in the second program , and this time Matlab could make the executable open, but couldn't supply the filename to the program. So the program opens and waits for the user to supply the filename .... This is of no good to me and I have still manually supply the filename each time..
I tried using other commands like - 'system' , !ProgramName , 'run' etc... But in all these methods, it yielded the same screen...
Any solution to this is highly appreciable....
Thanks, Jeena

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by