Call multiple instances of another program from MATLAB?
이전 댓글 표시
I'm writing a program that generates files to be simulated in a third party program. I would like to be able to call multiple instances of this third party program from within my MATLAB GUI.
I am able to call a single instance of the program using the "system" command, but MATLAB becomes busy until the simulation in the other program is complete. Sometimes the simulation can take several hours. I would like the ability to split up my input files into several smaller files and call multiple instances of this third party program from a single MATLAB program. Is it possible to call the "system" command without MATLAB becoming busy?
Is the Parallel Computing Toolbox required to do this?
Thank you, Miles
댓글 수: 2
James Tursa
2016년 9월 14일
편집: James Tursa
2016년 9월 14일
Will you be waiting for these multiple 3rd party programs to finish before your MATLAB code continues? Or do you just want to spawn these programs off to run and finish on their own without MATLAB needing to check on their progress? How many instances will you simultaneously run?
Miles Stephenson
2016년 9월 15일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!