Error using palallel toolbox: Error using initclient
2 次查看(过去 30 天)
显示 更早的评论
Hi there,
I'm trying to set the settings for the parallel computing toolbox by
ps = parallel.Settings;
(after freshly installing Matlab with version '9.8.0.1417392 (R2020a) Update 4'.
However, the code fails with
Error using initclient (line 22)
Invalid default value for property 'DummyEnforceInitClient' in class 'parallel.Settings':
Unable to resolve the name ExportConfigInfo.checkIfPortSet.
Error in Main (line 20)
ps = parallel.Settings;
Any ideas how i can fix this?
Cheers :-)
3 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!