<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font face="Calibri">Dear Fieldtrip-user,</font></p>
    <p><font face="Calibri">I am facing a problem using
        ft_sourceinterpolate. I am following the "</font>Whole brain
      connectivity and network analysis"- Tutorial and as I can not
      compute the connectivity directly with the source data ("out of
      memory") I would like to perform the source parcellation before
      computing the connectivity. Unfortunately (fieldtrip 20211001 and
      matlab2018b) ft_sourceparcellate crashes after calling it. Before
      computing the source data the sourcemodel was interpolated with
      the atlas using ft_sourceinterpolate. Therefore the amount of
      positions in the atlas and the source data is the same (8004).</p>
    <p>load('atlas_MMP1.0_4k.mat'); <br>
      cfg = [];<br>
      cfg.parcellation = 'parcellation';<br>
      cfg.method       = 'mean';<br>
      cfg.parameter    = 'all'; <br>
      parc_sourceOn = ft_sourceparcellate(cfg, source_ON, atlas);<br>
    </p>
    <p><font face="Calibri">Error message:"<br>
        there are in total 8004 positions, 4544 positions are inside the
        brain, 8004 positions have a label<br>
        4544 of the positions inside the brain have a label<br>
        4544 of the labeled positions are inside the brain<br>
        0 of the positions inside the brain do not have a label<br>
        creating 362 parcels for parameter csd by taking the mean<br>
        computing parcellation<br>
        232           tmp(j,:,:) = cellmean1(dat(tissue==j));<br>
        computing parcellation for L_V1_ROI<br>
        Index exceeds array bounds.<br>
        <br>
        Error in ft_sourceparcellate>cellmean1 (line 494)<br>
        y = x{1};<br>
        <br>
        Error in ft_sourceparcellate (line 232)<br>
                  tmp(j,:,:) = cellmean1(dat(tissue==j));</font></p>
    <p><font face="Calibri">"</font></p>
    <p><font face="Calibri">Any help and ideas are very much
        appreciated!</font></p>
    <p><font face="Calibri">Best regards, Johannes<br>
      </font></p>
  </body>
</html>