INFOS will automatically use parallelization if a ‘Matlabpool’ is available (via the ‘parfor’ function). It will not start the pool automatically. The user may override the automatic settings by setting ‘par.parallel’ to ‘y’ or ‘n’. This will either force INFOS to use a ‘parfor’ loop or a ‘for’ loop, respectively.
To disable parallelization
par.parallel='n';