Retrieve batch job results when matlab closed
1 次查看(过去 30 天)
显示 更早的评论
Hi, I've been running a bunch of batch jobs on my machine but accidentally closed matlab. So now that the jobs have completed on the workers I can't retrieve the results with 'fetchOutputs'. What I have done though before closing matlab was saveing the workspace, but when loading the mat file I get a warning that says job objects cannot be loaded from a .mat file. So it seems I've lost connection witht the workers.
Any help with the below is appreciated: Is there a way to retrieve the results? Is it known where the workers save their results? could I have save the workspace differently so I could load it and use fetchOutputs later on?
Thanks
Sina
2 个评论
Adam
2016-8-31
As far as I know unless you explicitly saved the actual results then they will be lost when the workers are killed off (i.e. when Matlab closes). If all you saved to .mat was some representation of the workers rather than the raw results then I doubt you can retrieve results from there.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!