User`s guide

parallel.importProfile
11-225
Import all the profiles from the file ManyProfiles.settings, and use the first one to
open a parallel pool.
profs = parallel.importProfile('ManyProfiles');
parpool(profs{1})
Import a configuration from the file OldConfiguration.mat, and set it as the default
parallel profile.
old_conf = parallel.importProfile('OldConfiguration.mat')
parallel.defaultClusterProfile(old_conf)
See Also
parallel.clusterProfiles | parallel.defaultClusterProfile |
parallel.exportProfile