Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Dec 11, 2019
1 parent 53fb224 commit 277ff41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion display_lmm_results.m
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,11 @@ function display_lmm_results(DO)
case 1
name_param = {'ROI1_cst', 'ROI2_cst'};
reg_of_interest = [1 3];
submodel.s_param = {'cst', 'cst'};
case 2
name_param = {'ROI1_lin', 'ROI2_lin'};
reg_of_interest = [2 4];
submodel.s_param = {'lin', 'lin'};
end

Y = model.Y(any(model.X(:,reg_of_interest), 2));
Expand All @@ -179,7 +181,6 @@ function display_lmm_results(DO)
submodel.print2file = 1;
submodel.fid = fid;
submodel.ROIs = strsplit(model.ROIs, ' - ');
submodel.s_param = {'cst', 'lin'};
submodel.X = X;
submodel.Y = Y;
c = [1 1];
Expand Down

0 comments on commit 277ff41

Please sign in to comment.