Clear Filters
Clear Filters

Setting up Matlab to run parfor

1 view (last 30 days)
jacob rowbottom
jacob rowbottom on 28 Jan 2022
Answered: Benjamin Thompson on 28 Jan 2022
I would like to set up my matlab code to run parfor on 4 cores on my computer but on the bottom left of my Matlab there is no option or icon to click to set this option. Is there settings to either my computer or Matlab to allow me access to use parfor?
Thanks.

Answers (1)

Benjamin Thompson
Benjamin Thompson on 28 Jan 2022
Do you have the Parallel Computing Toolbox installed? That is required. Then, parfor has an argument for choosing a smaller number of cores than the default if that is what you want.

Categories

Find more on Parallel for-Loops (parfor) 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!