Skip to content

Commit ab66b52

Browse files
Merge pull request #32 from MATLAB-Community-Toolboxes-at-INCF/integrate_fmri
updated tiny_fMRI_inteference to use setup.m
2 parents a0007f3 + bce34bf commit ab66b52

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

examples/tiny_fMRI_inference.mlx

432 KB
Binary file not shown.
File renamed without changes.

setup.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
function base_folder = setup()
2-
% Add current directory and sample_data, layers and exmamples to path
2+
% Add current directory and sample_data, layers and examples to path
33
base_folder = fileparts(mfilename('fullpath'));
44
addpath(base_folder);
55
addpath(fullfile(base_folder, "network_layers"))
66
addpath(fullfile(base_folder, "sample_data"))
77
addpath(fullfile(base_folder, "examples"))
8+
addpath(fullfile(base_folder, "internal"))
89
addpath(fullfile(base_folder, "datastore"))
9-
end
10+
end

0 commit comments

Comments
 (0)