Out of memory--Error message for running ReHo and FC tools
I am new to run REST toolbox. When running ReHO and FC, get the following error messages. I don't know what wrong I did. BTW, do you have some stand along program or easy tools for extracting the time course data. Thanks in advance.
Haibo
error messages:
- Read more about Out of memory--Error message for running ReHo and FC tools
- 1 comment
- Log in or register to post comments
- 7695 reads
关于去除头动的影响的一个小问题
我想请问一下rest中fc.m关于去除头动干扰的源码程序
if ACovariablesDef.polort>=0,
thePolOrt =(1:sampleLength)';
thePolOrt =repmat(thePolOrt, [1, (1+ACovariablesDef.polort)]);
for x=1:(ACovariablesDef.polort+1),
thePolOrt(:, x) =thePolOrt(:, x).^(x-1) ;
end
end
% switch ACovariablesDef.polort,
% case 0,
% thePolOrt =ones(sampleLength, 1);
% case 1,
- Read more about 关于去除头动的影响的一个小问题
- 2 comments
- Log in or register to post comments
- 7696 reads
Some Useful Programs
&
- Read more about Some Useful Programs
- 12 comments
- Log in or register to post comments
- 43029 reads
RE: long mixed session of rest and task
A long session, 22 minutes: Resting state 9 minutes, and then a blocked design (2 minutes task + 30s rest) 13 minutes. The questions are:
(1) Is the head motion a concern?
(2) Can the 9-minutes rest be used as a baseline for the data analysis of the blocked design?
My answer:
(1) Yes. There may be more head motion for such a long session. But occasionally, a long rest is necessary (e.g., epilepsy and sleep study).
- Read more about RE: long mixed session of rest and task
- Log in or register to post comments
- 4959 reads
ReHo: quickly get the ranks for matrix
Hi, Xiao-Wei
I just write these here and suggest you use methods below to get the ranks more quickly:
(here I suppose symbol V means a 4D fMRI matrix)
%-----------------------------------------------
[Y,I]=sort(V,4);
[X,R]=sort(I,4);
%-----------------------------------------------
R should be the ranks 4D matrix, which can be used for ReHo computation. These two lines code make computation faster in MATLAB (around 10s for one 4D fMRI data).
Say hi to your guys
XINIAN
- Read more about ReHo: quickly get the ranks for matrix
- 5 comments
- Log in or register to post comments
- 17590 reads
REST codes analysis
Thanks to Guillaume Flandin's m2html, the whole up-to-date REST codes is analyzed in html web format at:
http://restfmri.net/pub/rest_20090422/doc/ .
- Read more about REST codes analysis
- 1 comment
- Log in or register to post comments
- 6854 reads
静息态研究
各位老师:
大家好!我记得曾经看过一篇文章上说静息态默认网络中的脑区在有刺激的作用下时信号会降低,但现在一直没找到当时看的那篇文章,想请问各位老师是不是真有这个结论,如果有含有这个结论的文章能否给我传一份?谢谢!我的邮箱是:qiuwenjuan1014@yahoo.cn
- Read more about 静息态研究
- 2 comments
- Log in or register to post comments
- 10719 reads
Q&A: "REST error...ReadNiftiImage.m"
Hello,
I am trying to analyze some resting state data using REST, but I cannot load the data in the GUI. Am I correct to assume we need to enter data in conseqcutive file names of ANALYZE format? The error message I get in Matlab refers to line 103 of rest_ReadNiftiImage.m
Is this script necessary if we are using ANALYZE not NIFTI? If it is not necessary how do I skip it.
I do not know how to proceed. Any assistance would be greatly appreciated.
Thank you,
Carlos
- Read more about Q&A: "REST error...ReadNiftiImage.m"
- 1 comment
- Log in or register to post comments
- 7405 reads
REST functional connectivity error 'Matirix dimensions'
Hi, REST exparts
I'm trying to analyze my resting state fMRI data using by REST functional connectivity. I've tried many times, but I always encount this error.
Exception occured
Error using ==>eq
Matrix dimensions must agree
I think that dimensions of my data don't match. Dimensions of my data are 79X95X69(Vox size 2X2X2, smooth 6mm). How can I solve this probrem? I'm sorry I'm just a biginner.
Thanks in advance.
Sincerely,
Yuki
- Read more about REST functional connectivity error 'Matirix dimensions'
- 18 comments
- Log in or register to post comments
- 33288 reads
Pleae resmaple your mask or ROI definition file first!
Hi, Cleofé Peña Gómez!
1. You need to resample your mask or ROI file to the dimension of your functional images.
There were three ways: (1) use SONG Xiao-Wei's program, from http://restfmri.net/forum/
- Read more about Pleae resmaple your mask or ROI definition file first!
- 4 comments
- Log in or register to post comments
- 20546 reads