You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ROIs = volumesall_NEW.Properties.VariableNames(find(h)); % names of the selected ROIs
%% select the corresponding zscores for both PAT and HC
for j = 1: length(ROIs)
zscoresPAT_ROIs(:,j) = zscores_volumesPAT_NEW_table(:,strcmp(zscores_volumesPAT_NEW_table.Properties.VariableNames, ROIs{j})); %here I can decide if using PAT or one subtype (they must be computed, as SPMS in line 11)