<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><span style="font-style: normal;" class="">Dear HeYuxin,</span><div class=""><span style="font-style: normal;" class=""><br class=""></span></div><div class=""><span style="font-style: normal;" class="">you can use something like this to find the channel, frequency and time indices of your clusters:</span></div><div class=""><span style="font-style: normal;" class=""><br class=""></span></div><div class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-style: normal;" class="">[chan,freq,time] = ind2sub(size(stats.posclusterslabelmat),<span style="color: #0000ff" class="">...</span></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-style: normal;" class="">    find(stats.posclusterslabelmat == 1));</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-style: normal;" class="">chan = unique(chan);</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-style: normal;" class="">freq = unique(freq);</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-style: normal;" class="">time = unique(time);</span></div><div class=""><span style="font-style: normal;" class=""><br class=""></span></div><div class=""><span style="font-style: normal;" class="">Hope this helps,</span></div><div class=""><span style="font-style: normal;" class=""><br class=""></span></div><div class=""><span style="font-style: normal;" class="">Julian</span></div><div class=""><br class=""></div><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">________________<br class="">Prof. Dr. Julian Keil<br class=""><br class="">Biologische Psychologie<br class="">Olshausenstraße 62 - R. 306<br class="">24118 Kiel<br class=""><br class="">0431 / 880 - 4872<br class=""><a href="http://www.biopsych.uni-kiel.de/" class="">http://www.biopsych.uni-kiel.de/</a><br class=""><br class=""><br class=""></div>
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">Am 25.03.2020 um 08:30 schrieb 赫雨欣 <<a href="mailto:hyxer1998@163.com" class="">hyxer1998@163.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: UICTFontTextStyleBody; font-size: 17px;" class=""></span><span style="caret-color: rgb(0, 0, 0); font-family: UICTFontTextStyleBody; font-size: 17px;" class="">Dear fieldtrip users:</span><br style="caret-color: rgb(0, 0, 0); font-family: UICTFontTextStyleBody; font-size: 17px;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: UICTFontTextStyleBody; font-size: 17px;" class="">I just started to use fieldtrip and I have a trivial question asking for help. </span><br style="caret-color: rgb(0, 0, 0); font-family: UICTFontTextStyleBody; font-size: 17px;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: UICTFontTextStyleBody; font-size: 17px;" class="">I’m trying to find out the labels of the sensors belonging to the significant clusters. I think maybe I can find some threads in stat.posclusterslabelmat or stat.negclusterslabelmat and in stat.mask but  they are all in three dimensions chan_freq_time, I don’t know how to do it exactly in codes. </span><br style="caret-color: rgb(0, 0, 0); font-family: UICTFontTextStyleBody; font-size: 17px;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: UICTFontTextStyleBody; font-size: 17px;" class="">Hope someone can help me. Thank you very much. </span><br style="caret-color: rgb(0, 0, 0); font-family: UICTFontTextStyleBody; font-size: 17px;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: UICTFontTextStyleBody; font-size: 17px;" class="">From HeYuxin</span><br class=""><br class=""><br class=""><br class=""><span title="neteasefooter" class=""><div class=""> <br class="webkit-block-placeholder"></div></span>_______________________________________________<br class="">fieldtrip mailing list<br class=""><a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">https://doi.org/10.1371/journal.pcbi.1002202<br class=""></div></blockquote></div><br class=""></div></body></html>