Skip to content

Commit

Permalink
Merge pull request #32 from MATLAB-Community-Toolboxes-at-INCF/integr…
Browse files Browse the repository at this point in the history
…ate_fmri

updated tiny_fMRI_inteference to use setup.m
  • Loading branch information
stevevanhooser authored Oct 27, 2023
2 parents a0007f3 + bce34bf commit ab66b52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified examples/tiny_fMRI_inference.mlx
Binary file not shown.
File renamed without changes.
5 changes: 3 additions & 2 deletions setup.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
function base_folder = setup()
% Add current directory and sample_data, layers and exmamples to path
% Add current directory and sample_data, layers and examples to path
base_folder = fileparts(mfilename('fullpath'));
addpath(base_folder);
addpath(fullfile(base_folder, "network_layers"))
addpath(fullfile(base_folder, "sample_data"))
addpath(fullfile(base_folder, "examples"))
addpath(fullfile(base_folder, "internal"))
addpath(fullfile(base_folder, "datastore"))
end
end

0 comments on commit ab66b52

Please sign in to comment.