export MNE data into MATLAB

Hello All,
I created a source estimation solution (stc). I would like to export the data to MATLAB for further analysis. The only way that comes to my mind is to save the following: stc.data, stc.times, stc.vertices, and then to import it to matlab somehow.
Is there a “better” way to do this? for example, a function that automatically saves the data in a .mat format?
thank you!

I don’t think so.

Mathieu

I think it’s a good enough way to do it. I am being curious though, why would you do your pipeline on python and then export it to matlab ?

Thank you both very much!
@Ezekiel7811a - we have a MATLAB script that we want to use in our analysis. It will be easier for us to use it with MATLAB than re-write the script in python :slight_smile: