Hi,
I am trying to preprocess .nii files and extract ROI time course using AAL. However, I kept recieving this error message (top and bottom), can you kindly advise:
Warning: File: DPARSFA_run.m Line: 766 Column: 66
The temporary variable SliceOrder will be cleared at the beginning of each iteration of the parfor loop.
Any value assigned to it before the loop will be lost. If SliceOrder is used before it is assigned in the parfor loop, a runtime
error will occur.