Skip to content

Commit

Permalink
Missed updating Linux comments that I corrected in mc_inverse_Win.m
Browse files Browse the repository at this point in the history
  • Loading branch information
hayakawa16 committed Sep 24, 2024
1 parent 9fcbce3 commit dfd209d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/monte_carlo_inverse/linux_and_mac/mc_inverse.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
lb=[]; ub=[];

% input measData
measParms = [ 0.04 0.95 ]; % mua, musp
measParms = [ 0.04 4.75 ]; % mua, mus, i.e. musp=0.95
measData = [0.0331 0.0099 0.0042 0.0020 0.0010];

% option: divide measured data and forward model by measured data
Expand Down

0 comments on commit dfd209d

Please sign in to comment.