MNE in Matlab

Hi everyone,

Two questions:

1- Is the MNE Matlab toolbox a limited version of the python one? I wonder
if I can perform the whole pipeline (compute fwd and inv solutions) with
the Matlab version.
2- If this is not possible, how to import in Matlab an already computed
inverse solution (oct-6-meg-inv.fif) into Matlab so I have the data ready
for further analysis in Matlab?

Thank you,
Ade
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20180118/d7d555f6/attachment.html

Hi Ade,

1- Is the MNE Matlab toolbox a limited version of the python one? I wonder
if I can perform the whole pipeline (compute fwd and inv solutions) with
the Matlab version.

MNE Matlab toolbox is mostly for IO, and was designed to complement MNE-C
toolbox. It can not compute fwd and inv solutions.

2- If this is not possible, how to import in Matlab an already computed
inverse solution (oct-6-meg-inv.fif) into Matlab so I have the data ready
for further analysis in Matlab?

You can use mne_read_inverse_operator.m function to read inv operator into
Matlab, but you need to assemble it. Please see mne_ex_compute_inverse.m
for example.

HTH

Best

Sheraz