<div dir="ltr">Dear all,<div><br></div><div>Fieldtrip provided a template headmodel “standard_bem.mat" and a template MRI "standard_mri.mat". I tried to use the template MRI to create the BEM head model by myself. But it seems that the scalp mesh generated by myself looks a little weird (attached). </div>
<div><br></div><div>I have no idea why the scalp mesh generated by myself looks different from the one provided by the template headmodel. Does anyone know the reason? The code I used is:</div><div><br></div><div>cfg=[];</div>









<p class=""><span class="">cfg.tissue={</span>'brain'<span class="">,</span>'skull'<span class="">,</span>'scalp'<span class="">};</span></p>
<p class="">cfg.numvertices = [3000 2000 1000];</p>
<p class="">bnd=ft_prepare_mesh(cfg,seg);</p><p class="">Thanks a lot!</p><p class="">Ying</p></div>