-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cfg.tau number elements zero #17
Comments
Hi @GowthamBio, |
I assigned values 0.2 to 0.5 for cfg.tau. The error is "Attempted to access cfg.tau(1); index out of bounds because numel(cfg.tau)=0.". Also it is not displaying any values for optimal tau, and dimension for the data set. Is this because the range specified for cfg.tau incompatible for my dataset? |
Hi, it's possible, that there is a bug when using cfg. tau instead of using Thanks, On 03.03.2016 09:56, GowthamBio wrote:
|
I am getting following error when I trying run the code for my
Index exceeds matrix dimensions.
Error in transferentropy (line 377)
currentTau = round(cfg.tau(1)*data.TEprepare.maxact)
Error in TEsurrogatestats (line 523)
[TEresult] = transferentropy(cfg,data);
Error in TEfindDelay (line 59)
TGA_results{uu}=TEsurrogatestats(cfgTESS,data);
My data has rms values of EEG in one row and NIRS measurements in the other
The text was updated successfully, but these errors were encountered: