[Eeglablist] Import a mat file
Mikołaj Magnuski
mmagnuski at swps.edu.pl
Fri Jun 10 10:26:24 PDT 2016
You should load the file to matlab directly either by:
- dragging and dropping
- file -> open (or open in newer matlab versions)
- or running:
ld = load('filename.mat'); % this only works if you are in the same
dir% now ld is a structure with various variables in it:
fields(ld) % shows the variables% assuming one of the vars you are
interested in is EEG:
EEG = ld.EEG;% now you can remove the temporary ld variable:
clear ld
2016-06-10 16:33 GMT+02:00 Alqattan, Duaa S M <dsmalq at essex.ac.uk>:
> I have got a mat file and I want to import it
>
>
> An error message appears
>
>
>
> "pop_editset() error: cannot read .mat file "
>
>
> Could you help me
>
>
> Thanks
>
>
> Duaa
>
> _______________________________________________
> Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
> To unsubscribe, send an empty email to
> eeglablist-unsubscribe at sccn.ucsd.edu
> For digest mode, send an email with the subject "set digest mime" to
> eeglablist-request at sccn.ucsd.edu
>
--
------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sccn.ucsd.edu/pipermail/eeglablist/attachments/20160610/fe578bf7/attachment.html>
More information about the eeglablist
mailing list