arnodelorme / mffmatlabio

MFF Matlab file importer and exporter
GNU General Public License v3.0
11 stars 15 forks source link

Resource file issue on Windows #25

Closed arnodelorme closed 4 years ago

arnodelorme commented 4 years ago

I'm trying to import mff files to EEGLAB using the mffimport2.2 plugin, but I get an error when using the pop_readegimff function: "Undefined variable "com" or class "com.egi.services.mff.api.MFFResourceType.kMFF_RT_MFFFile"

Here is a link to Google Drive with my data and screenshot of the matlab error: https://drive.google.com/drive/folders/1_yH37owTiVme2A1kaPQZtJSrTaLPgx3c?usp=sharing

Steps to Reproduce

Add the mffimport2.2 plugin to the EEGLAB plugin folder & add this to matlab path EEG = pop_readegimff; Click OK on pop up window.

arnodelorme commented 4 years ago

This is using the wrong plugin. Use the MFFmatlabio plugin instead of the MFFimport plugin.