[Eeglablist] help about convert a set file to a Matlab mat file

Balázs Knakker bknakker at gmail.com
Tue Oct 16 12:13:58 PDT 2012


With the -struct switch, you can save just the EEG variable to a mat file,
in case the GUI way that Clemens advised wouldn't fit for you.

save filename.mat -struct EEG;

and then

EEG=load('filename.mat'); % this would then recover your EEG var in a new
session.

On Mon, Oct 15, 2012 at 9:33 PM, Stephen Politzer-Ahles <
politzerahless at gmail.com> wrote:

> Tongxiao,
>
> After loading the .set file in EEGLAB, you can simply type 'save' (or
> 'save <some name>.mat') in the MATLAB command window to save the whole
> workspace as a .mat file. After that, the next time you open EEGLAB you can
> just load the .mat file and type 'eeglab redraw' to re-open the .set file.
>
> I'm not sure what you intend to do with the .mat file, so I'm not sure if
> this answers your question.
>
> Good luck,
> Steve
>
> On Mon, Oct 15, 2012 at 3:24 AM, <mengtongxiao at sina.com> wrote:
>
>>
>> Dear All,
>> I want convert  a set file to a Matlab mat file.
>> how should I do?
>>
>> Thanking you in advance.
>>
>>
>>
>> _______________________________________________
>> 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
>>
>
>
>
> --
> Stephen Politzer-Ahles
> University of Kansas
> Linguistics Department
> http://people.ku.edu/~sjpa/
>
> _______________________________________________
> 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/20121016/60a1b3d1/attachment.html>


More information about the eeglablist mailing list