sccn / EEG-BIDS

23 stars 17 forks source link

Event Info Error #17

Closed ams023 closed 4 years ago

ams023 commented 4 years ago

When trying to review event info, I was given this error in Matlab and a blank screen in event info in BIDS. Event Info Error Event Info Error 2

arnodelorme commented 4 years ago

This is usually due to conflict with other toolboxes such as Mobilab, SIFT or BCILAB. Can you type "which strjoin" on the Matlab command line?

ams023 commented 4 years ago

Here is what I got

/data/common/matlab/eeglab/plugins/measure_projection/dependency/propertyGrid/strjoin.m

arnodelorme commented 4 years ago

Yes, this is the problem. I would remove the measure projection toolbox.

Arno

On Jul 1, 2020, at 11:17 AM, ams023 notifications@github.com wrote:

Here is what I got

/data/common/matlab/eeglab/plugins/measure_projection/dependency/propertyGrid/strjoin.m

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

ams023 commented 4 years ago

The path was been modified and now works correctly. Thank you.