open-discussion > How to load the preprocessed data of ABIDE I data (*.1D file) into matlab
Jul 1, 2020  02:07 PM | Zhongxing Zhou - Tulane University
How to load the preprocessed data of ABIDE I data (*.1D file) into matlab
I  have download the prepossessed ABIDE I data. I can import the time series data (*.1D) by matlab. But I try to use the command "load" to load the time series, it does not work. Details of using "load" to load the prepossessed ABIDE I data can be found as follows


load('G:/ABIDE1_File/Outputs/cpac/filt_global/rois_cc400/Caltech_0051456_rois_cc400.1D');
??? Error using ==> load
Unknown text on line number 1 of ASCII file G:/ABIDE1_File/Outputs/cpac/filt_global/rois_cc400/Caltech_0051456_rois_cc400.1D
"#1".

Would you please give me some suggestions? Thank you