Clear Filters
Clear Filters

Best way to run several scripts at the same time

23 views (last 30 days)
Hello :)
I want to run the same script but with some differences in some parameters to compare results, and I don't know what is the best way to do this. My initial thought is to open several sessions of MatLab and run the scripts in each session, but I'm not sure if that is the optimum way. I have a PC with Windows and i9 12 core, I want to make sure I’m taking the most advantage out of those darn cores.
So, the question is. How can is run several scripts making sure I’m taking the most advantage out of the processor's cores?
Thanks in advance for your replies.
  6 Comments
Contoso Donoso
Contoso Donoso on 8 Jul 2022
"Background threads" means to open different sessions of MatLab?
Walter Roberson
Walter Roberson on 8 Jul 2022
No, it is a feature newer than your release https://www.mathworks.com/help/matlab/background-processing.html

Sign in to comment.

Answers (0)

Categories

Find more on Parallel for-Loops (parfor) in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!