Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
samirchowdhury committed Dec 18, 2021
1 parent 53e2341 commit d5a15b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/haxby_decoding/haxby_decoding_neumapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@


%% Run NeuMapper
res = neumapper(X, options);
[c,X_] = pca(X,'NumComponents',50); % Preprocess with PCA
res = neumapper(X_, options);

0 comments on commit d5a15b4

Please sign in to comment.