Skip to content

Error using load Unable to read MAT-file #15

@hjlyl

Description

@hjlyl

when we run this code in tutorial1:
template = 'eeg1020' ; % Use the EEG 10-20 system template
labels = {'Fp2';'Fz';'Fp1';'F3';'F7';'C3';'T3';'P3';'T5';'Pz';...
'O1';'Oz';'O2';'P4';'T6';'C4';'T4';...
'F8';'F4';'Cz'} ; % equivalent to data.label
layout = microstate.functions.layout_creator(template,labels) ;

the command line pop out this:
Error using load
Unable to read MAT-file
D:\Soft\toolbox-master+microstate+external\fieldtrip\template\layout\EEG1005.mat.
Not a binary MAT-file. Try load -ASCII to read as text.

Error in microstate.functions.layout_creator (line 60)
tmplayout = load(fullfile(mspath,'+external','fieldtrip','template',dir,file)) ;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions