Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Feb 19, 2023
1 parent b4e87d2 commit bc77b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdahpca.m
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
obj.vec = obj.vec.';
vm = mean(obj.vec,2);
for jj = 1:no
for ii = 1:size(gam,2)
for ii = 1:size(gam,1)
c(ii,jj) = (obj.vec(:,ii)-vm).'*obj.U(:,jj);
end
end
Expand Down

0 comments on commit bc77b89

Please sign in to comment.