第一次尝试用parfor运行稍大点的程序,出现如下错误,不懂啊,求助:
Error using parallel_function (line 589)
The session that parfor is using has shut down
Error in old_someorbits (line 3)
parfor modeindex=1:4
The client lost connection to lab 3.
This might be due to network problems, or the interactive matlabpool job might have errored.
我用的是local,不应该是网络问题
Error using parallel_function (line 589)
The session that parfor is using has shut down
Error in old_someorbits (line 3)
parfor modeindex=1:4
The client lost connection to lab 3.
This might be due to network problems, or the interactive matlabpool job might have errored.
我用的是local,不应该是网络问题
