EEGlab - mff_import error

26 次查看(过去 30 天)
Mary Murphy
Mary Murphy 2022-4-14
回答: Akash 2024-1-25
Hi,
I am trying to run the mff_import funchtion for my EEG data. I am also loading the EEGlab package as well.
Here is my code:
eeglab
folderRaw = 'mary_20220401_010203.mff';
EEG = mff_import(folderRaw);
Here is my error(with code):
>> folderRaw = 'mary_20220401_010203.mff';
>> EEG = mff_import(folderRaw);
Error using mff_importsignal
Error: Can not open the signal resource.\n
Error in mff_import (line 85)
[floatData, allDataSize, srate, nchans] = mff_importsignal(mffFile);
This was working for me before but now has stopped working. Does anyone know why I am getting the following error and how I can fix it?

回答(1 个)

Akash
Akash 2024-1-25
Hi Mary,
Given that the error has occurred unexpectedly, it would be advisable to start by checking the integrity of the ".mff" file you are attempting to import. If possible, please try importing a different ".mff" file that you have successfully used in the past. This step will help determine if the problem is isolated to the specific file.
If the problem still persist, it may be beneficial to explore alternative tools for importing your data. One such tool is the "FieldTrip" toolbox, which provides comprehensive methods for analyzing MEG, EEG, and other types of electrophysiological data. You can find more information about the toolbox in the link provided below:-
I hope it helps.

类别

Help CenterFile Exchange 中查找有关 EEG/MEG/ECoG 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by