Skip to content

Commit

Permalink
Reshaped output to match encoding model
Browse files Browse the repository at this point in the history
  • Loading branch information
mickcrosse committed Oct 23, 2020
1 parent 71aefaa commit a2806ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mtrf/mTRFtransform.m
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
for i = 1:length(Css)
bmodel.w(:,:,i) = Cxx*bmodel.w(:,:,i)/Css(i,i);
end
bmodel.w = permute(bmodel.w,[3,2,1]);

% Format output arguments
fmodel = struct('w',fliplr(bmodel.w),'t',-fliplr(bmodel.t),...
Expand Down

0 comments on commit a2806ca

Please sign in to comment.