Headmodel with EEG questions

Hi @kenzo0619,

could you change on your computers (both windows and mac) this line

       [node,elem] = surf2mesh(newnode, newelem, min(newnode), max(newnode),...
            OPTIONS.KeepRatio, factor_bst .* OPTIONS.MaxVol, regions, [], [], 'tetgen1.5');

to

[node,elem] = surf2mesh(newnode, newelem, min(newnode), max(newnode),...
OPTIONS.KeepRatio, factor_bst .* OPTIONS.MaxVol, regions, , );

just remove the ''tetgen1.5'' arguments?

you can find it in the function process_fem_mesh at line 423

and run it again, then let us know what you get