Skip to content

Commit

Permalink
Adds group name to func output
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider1711 committed Feb 27, 2024
1 parent 8a279bf commit df41b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fMRI/rsfMRI_Processing/getMergedFMRI_data.m
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ function getMergedFMRI_data(fmriStruct,thres_type,thres)

infoFMRI.day = days(d);
infoFMRI.names = namesOfMat;
infoFMRI.group = groups(g);
infoFMRI.matrix = current_matAll;
infoFMRI.raw_matrix = coMat;
infoFMRI.pcorrR_matrix = pcorrR_mat;
Expand Down

0 comments on commit df41b5c

Please sign in to comment.