matlab运行程序时出现failed to start a parallel pool

运行matlab做并行时得到如下报错:

failed to start a parallel pool. (For information in addition to the causing

error, validate the profile 'local' in the Cluster Profile Manager.)

Caused by:
    Error using parallel.internal.pool.InteractiveClient/start (line 330)
    Failed to start pool.
        Error using parallel.Cluster/createCommunicatingJob (line 82)
        The property "NumWorkersRange" cannot be set after submission.

处理

Parallel -> Manage Cluster Profile->validation ->validate


原文:https://blog.csdn.net/breeze5428/article/details/42400637

原文地址:https://www.cnblogs.com/yibeimingyue/p/11202872.html