How do I run different scripts in parallel?
이전 댓글 표시
I have 6 matlab scripts.
Within each script, functions are called to initialize some variables required for simulation. Each script then uses these initialized variables as inputs for a Simulink model. The results of the Simulink model are then saved to file. All of the 6 scripts run the same Simulink model but with different input conditions. Is it possible to run these 6 scripts parallel as they all call the same Simulink model?
If yes, how do I go about doing this?
I have never used parallel computing before.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Create Large-Scale Model Components에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!