Thank you all for your reply. Now I just run:

wb_command -cifti-separate rfMRI_REST1_RL_Atlas_hp2000_clean.dtseries.nii \
    COLUMN \
    -metric CORTEX_LEFT \
    rfMRI_REST1_RL_Atlas_hp2000_clean.dtseries.left_metric.gii

and then I loaded the gii file into Matlab by:

fid = fopen('rfMRI_REST1_RL_Atlas_hp2000_clean.dtseries.left_metric.gii',
'r');
tseries = fread(fid,[32492 32492], 'float32');

when I checked the data by plot(tseries(1,:)), the time courses still looks
odd, and some values are around 1e+25. I also try to use gifti tool to open
the data by data =
gifti('rfMRI_REST1_RL_Atlas_hp2000_clean.dtseries.left_metric.gii'), but
the programme will freeze in Matlab, even the gifti data is less than
200MB. Could you please help me to input the rfMRI data into Matlab?

Best,
Xiangyu

_______________________________________________
HCP-Users mailing list
[email protected]
http://lists.humanconnectome.org/mailman/listinfo/hcp-users

Reply via email to