Good morning,
I've recently been having an issue when trying to run PIVlab in parallel (Ver 2.57 but also had the same issue with previosu version).
The matlab error is:
Error in PIVlab_GUI>DCC_and_DFT_analyze_all (line 5177)
resultslist{1,i}=xlist{i};
Error in PIVlab_GUI>AnalyzeAll_Callback (line 5503)
DCC_and_DFT_analyze_all
Error while evaluating UIControl Callback.
It seems that xlist is an empty variable. I think that the issue started after I tried using the PIVlab_commandline script, so I'm not sure if that has changed something?
From what I can see, xlist(i) should be = x from pivFFTmulti (lines 5156 & 5157 of PIVlab_GUI, but it won't let me set a debug stop (because its in a parfor loop?)
I'm using MAtlab 2020a - I didnt have an issue before. Any ideas?
Thanks,
Iain