按照COURSE中讲述的方法提取协变量,发现报错,
>> RPCov=load('rp_aSub_001.txt');
>> BCWCov=load('ROI_FCMap_Sub_001.txt')'
>>Cov=[RPCov,BCWCov];
??? Error using ==> horzcat
All matrices on a row in the bracketed expression must have the
same number of rows.
附件是头动文件和ROI文件,请老师看看是哪里出问题了
Attachment | Size |
---|---|
![]() | 7.89 KB |
![]() | 20.1 KB |
YAN Chao-Gan
Fri, 11/06/2009 - 04:01
Permalink
Re
你的头动文件中有210个时间点。
而ROI_FCMap_Sub_001.txt中有101个时间点。
请检查。