Hello guys, me again.
So now that I solved my Events issue, I’m facing a Compute Sources issue.
I don’t think I changed anything significant with my dataset, but the function to compute sources has changed since I have last used it. Now, it returns me an error, preventing Matlab to compute the whole thing. Here’s the full error:
Error using process_inverse_2018>Compute (line 644)
Requested 150002x150002 (167.6GB) array exceeds maximum array size preference. Creation of arrays greater than
this limit may take a long time and cause MATLAB to become unresponsive. See array size limit or preference panel
for more information.
Note: Matlab 2018a changed the behavior of the SVD() function.
If issues arise, we recommend using another version.
Error in process_inverse_2018 (line 24)
eval(macro_method);
Error in panel_protocols>TreeInverse (line 1224)
[OutputFiles, errMessage] = process_inverse_2018(‘Compute’, iStudies, iDatas);
Error in panel_protocols (line 44)
eval(macro_method);
Error in tree_callbacks>@(h,ev)panel_protocols(‘TreeInverse’,bstNodes,‘2018’) (line 2308)
gui_component(‘MenuItem’, jPopup, [], ‘Compute sources [2018]’, IconLoader.ICON_RESULTS, [],
@(h,ev)panel_protocols(‘TreeInverse’, bstNodes, ‘2018’));
I’m once again very grateful for your help. I think the solution for this one is what changed between the old Compute Sources and the new Compute Sources (2018). Once again, the issue probably comes from me!