[FieldTrip] mMSE plotting steps

Schoffelen, J.M. (Jan Mathijs) jan.schoffelen at donders.ru.nl
Thu Jan 28 13:45:48 CET 2021


Hi Mubeen,

Perhaps the team that wrote the documentation might want to chime in here, but the instructions looks clear enough to me.

If you hack the output data structure into something that looks as if it is a channel level time-frequency data structure (as documented in ft_datatype_freq), you can use ft_multiplotTFR

Thus:

freq = keepfields(mmsedata,{‘label’ ’time’});
freq.dimord = ‘chan_freq_time’;
freq.freq = 1:size(mmsedata.r,2);
freq.powspctrm = mmsedata.r (or mmsedata.sampen, depending on what you want to visualize).

Please try it out, and once this works for you could you please add this to the documentation on the website?

Best wishes,
Jan-Mathijs


On 28 Jan 2021, at 06:34, mubeen afzal <mubafzal at hotmail.com<mailto:mubafzal at hotmail.com>> wrote:

Hi,

Could I get help here after running the mMSE function
this is my output
<image.png>

however i am having trouble proceeding with these instructions
<image.png>

Mubeen
_______________________________________________
fieldtrip mailing list
https://mailman.science.ru.nl/mailman/listinfo/fieldtrip
https://doi.org/10.1371/journal.pcbi.1002202

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20210128/8912405b/attachment.htm>


More information about the fieldtrip mailing list