Hi
I am just trying using DPABI/Utilites/ROI signal extraction in order to extract ALFF mean values from my own mask of ROI. I just uploaded the ALFF map, and in the define ROI section, I just iuploaded the MASK.nii (in the same size as ALFF map), but I do not know why I just recieve this error I copied here. Can you please help me what is the reason and how to resolve this?
Thank you
IsMultipleLabel is set to 1: There are multiple labels in the ROI mask file.
Extracting ROI signals...
Reading images from "/Users/fxv104/Desktop/Results_POST_TBI/FC_DAS_CN/zFCMap_sub_01.nii" etc.
Error using y_ExtractROISignal (line 240)
Unrecognized function or variable 'MaskROILabel'.
Error in DPABI_ROISignalExtracter>ComputeButton_Callback (line 220)
parfor i=1:numel(ImgCells) %YAN Chao-Gan, 190105. Here don't need parfor. parfor i=1:numel(ImgCells)
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in DPABI_ROISignalExtracter (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DPABI_ROISignalExtracter('ComputeButton_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.