open-discussion
open-discussion > RE: Opening ABIDE Files in MATLAB
Nov 15, 2012 08:11 PM | Qingyang Li
RE: Opening ABIDE Files in MATLAB
One way to do this is to download REST toolbox (www.restfmri.net)
and then
AnatData = rest_readfile('anat.nii.gz');
RestData = rest_readfile('rest.nii.gz');
You will have a 3D variable AnatData and a 4D variable RestData.
Yang
AnatData = rest_readfile('anat.nii.gz');
RestData = rest_readfile('rest.nii.gz');
You will have a 3D variable AnatData and a 4D variable RestData.
Yang
Threaded View
Title | Author | Date |
---|---|---|
William Diehl | Nov 15, 2012 | |
Qingyang Li | Nov 15, 2012 | |