Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider1711 committed Jun 7, 2023
1 parent 89f3abc commit 666c0a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DTI/plotFullMatrcies.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

%% Specifications

filename = "C:\Users\marc\Documents\UniklinikArbeit\Projekt_AIDAconnect\AIDAconnect_output_dti\Treatment\P28.mat"; % path to a processed MAT-File
filename = "/Volumes/path/to/proc_data/Treatment/P28.mat"; % path to a processed MAT-File

%% Do not modify the following lines

Expand All @@ -32,7 +32,7 @@
end

% calculate mean values of group
mean_matrix = mean(infoDTI.matrix(:, :, listWithSubjectIndices), 3)<
mean_matrix = mean(infoDTI.matrix(:, :, listWithSubjectIndices), 3);

% Determine min and max values for visualization
minval = 0;
Expand Down
2 changes: 1 addition & 1 deletion fMRI/plotFullCorrelationMatrices.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

%% Specifications

filename = "C:\Users\marc\Documents\UniklinikArbeit\Projekt_AIDAconnect\AIDAconnect_output_fmri\Treatment\Baseline.mat"; % path to a processed MAT-File
filename = "/Volumes/path/to/proc_data/Treatment/P28.mat"; % path to a processed MAT-File

%% Do not modify the following lines

Expand Down

0 comments on commit 666c0a8

Please sign in to comment.