Skip to content

Commit

Permalink
Just typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRianiUNIPR committed Feb 27, 2024
1 parent 60c6a4b commit f867ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/multivariate/FSCorAnaeda.m
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@


% Store weighted MD inside matrix MAL
MAL(:,mm-init1+1)=n*mahaldist .*r;
MAL(:,mm-init1+1)=mahaldist .*r;
end


Expand Down

0 comments on commit f867ff7

Please sign in to comment.