Skip to content

Commit

Permalink
Update toolkit2024.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schoffelen authored Apr 30, 2024
1 parent aad89c4 commit 3d24b67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion workshop/toolkit2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ cd('../');
mkdir('beamformer');
cd('beamformer');
url_tutorial = 'https://download.fieldtriptoolbox.org/tutorial/beamformer';
fnames = {'Subject01.mri' 'dataPost.mat' 'dataPre.mat' 'data_all.mat' 'freqPost.mat' 'freqPre.mat' 'headmodel.mat' 'segmentedmri.mat' 'sourcePost_con.mat' 'sourcePost_nocon.mat' sourcePre_con.mat' 'sourcemodel.mat'};
fnames = {'Subject01.mri' 'dataPost.mat' 'dataPre.mat' 'data_all.mat' 'freqPost.mat' 'freqPre.mat' 'headmodel.mat' 'segmentedmri.mat' 'sourcePost_con.mat' 'sourcePost_nocon.mat' 'sourcePre_con.mat' 'sourcemodel.mat'};
for k = 1:numel(fnames)
websave(fnames{k}, fullfile(url_tutorial, fnames{k}));
end
Expand All @@ -195,6 +195,9 @@ for k = 1:numel(fnames)
end
cd('../');
```



cd M:\toolkit2024
restoredefaultpath
startup
Expand Down

0 comments on commit 3d24b67

Please sign in to comment.