Arnaud Delorme
Arnaud Delorme
This has been fixed in 82d3f5696
See this bug https://github.com/fieldtrip/fieldtrip/issues/2404
I redid the entire tutorial on that page, but cannot reproduce the problem. Which section creates the problem for you?
Do you have windows. If this is the case, then mexSLOAD should be installed. If you do not have windows then it is more complex. https://sourceforge.net/p/biosig/wiki/FAQ/
Closing this for now. I updated the help message.
You do not need mexsload to load EDF events. You can use other options when calling the biosig function. For example, try importing with annotation off. ``` EEG = pop_biosig('file.edf',...
Can you share your EDF file?
The issue was due to a modification performed in October 2023 for Octave compatibility, where the meshgrid function was used to precompute point coordinates. This is because Octave griddata function...
Important notes: - This only affects replotting saved components - If you used scalp topographies for clustering components, it is unaffected by this bug (this is because all scalp topographies...