Armand Mensen
Armand Mensen
Dear Judy, Unfortunately you would need to replace those channels through interpolation for each participant. The statistics handle all channels (and time points etc) in one whole batch, rather than...
Yes, this is fairly easy; although not-at-all intuitive... Running the `ept_TFCE` scripts from the command line... You would `repmat` your 1 temporal dimension into 2 dimensions (copy of the 1st)......
The threshold-free part is indicative of the calculation of a "supporting area" for each data point (e.g. individual channel-sample). In theory this can be calculated directly like an area under...
Indeed... the for the ANOVA it always expects to have 2 factors... so if you want to run a one-way repeated measures ANOVA... the "trick" is to just repmat the...
Sorry for the delay. Its been a while since I've used that GUI and so there are bugs and bad-coding styles from many years ago there. Some of them fixed...
Thanks for the comment... I also just recently experienced the same error when working off a windows machine, on Matlab 2017b, with the MinGW compiler. Normally I work on a...
That's not great news if the problem persists on mac... Unfortunately the problem is not clearly debuggable in the c-code, as it seems to be going through all the normal...
Thanks for having a look. I can confirm again that this works fine in Linux, also on 2018a (I assume you are using 2018a, not b). So I suppose its...
Hey! So matlab finally fixed the issue, you can read about it [here](https://www.mathworks.com/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html#bsgpkjp-4) You can easily fix quickly by using the `-compatibleArrayDims` when mexing the file (use the older API),...
Hi! So if you have your data in a 2x2 cell array already then that can be used as input directly. You may need to `reshape` the matrix inside each...