How do I run different scripts in parallel?

5 views (last 30 days)
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.

Accepted Answer

KSSV
KSSV on 4 Apr 2018
  1 Comment
Ashley Andrew Filipe do Rego
Edited: Ashley Andrew Filipe do Rego on 18 May 2018
Hey KSSV,
Your answer did help. Sorry for the late acceptance, I completely forgot

Sign in to comment.

More Answers (0)

Categories

Find more on Programmatic Model Editing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!