Skip to content

Commit

Permalink
just a typo in FSCorAna
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRianiUNIPR committed Feb 28, 2024
1 parent f867ff7 commit 08efe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/multivariate/FSCorAna.m
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
% Superimpose 50% envelope
line(gmin(:,1),gmin(:,3),'LineWidth',lwdenv,'LineStyle','--','Color','g','tag','env');

show5and95=true;
show5and95=false;
if show5and95==true
% Superimpose 5% and 95% envelope
line(gmin(:,1),gmin(:,2),'LineWidth',lwdenv,'LineStyle','--','Color',[0.2 0.8 0.4],'tag','env');
Expand Down

0 comments on commit 08efe63

Please sign in to comment.