<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><div><div dir="ltr">Dear Cris,<br><br>Thank you for your time and consideration.<br><br>I have solved the problem, after I add 1 to all the faces, since there was zeros in the faces,<br><br><br>Faces=load('Faces.mat');<br>Faces=Faces.Faces;<br> <br>Points=load('Points.mat');<br>Points=Points.Points;<br><br>Rfaces=load('Rfaces.mat');<br>Rfaces=Rfaces.Rfaces;<br> <br>Rpoints=load('Rpoints.mat');<br>Rpoints=Rpoints.Rpoints;<br> <br>RRfaces=load('RRfaces.mat');<br>RRfaces=RRfaces.RRfaces;<br> <br>RRpoints=load('RRpoints.mat');<br>RRpoints=RRpoints.RRpoints;<br> <br>Faces=Faces+1;<br>Rfaces=Rfaces+1;<br>RRfaces=RRfaces+1;<br> vol = [];<br>vol.bnd(1).pnt=Points;<br>vol.bnd(1).tri=Faces;<br> <br>vol.bnd(2).pnt=Rpoints;<br>vol.bnd(2).tri=Rfaces;<br> <br>vol.bnd(3).pnt=RRpoints;<br>vol.bnd(3).tri=RRfaces;<br>vol.cond = c;<br> <br><br><ul><li>but I have the below error:</li></ul>Attempted to access vol.cond(4); index out of bounds because numel(vol.cond)=3.<br><br>Error in ft_headmodel_bemcp (line 154)<br>weight = (vol.cond(2)-vol.cond(3))/((vol.cond(3)+vol.cond(4)));%*2*pi);<br><br>Error in ft_prepare_headmodel (line 253)<br>      vol = ft_headmodel_bemcp(geometry, 'conductivity', cfg.conductivity);<br><br>Error in openmeeg_eeg_leadfield_example_me (line 167)<br>vol = ft_prepare_headmodel(cfg, vol);<br><div><br><ul><li>With two boundaries I have the below error:</li></ul><br>Attempted to access vol.cond(3); index out of bounds because numel(vol.cond)=2.<br><br>Error in ft_headmodel_bemcp (line 129)<br>weight = (vol.cond(1)-vol.cond(2))/((vol.cond(2)+vol.cond(3)));%*2*pi);<br><br>Error in ft_prepare_headmodel (line 253)<br>      vol = ft_headmodel_bemcp(geometry, 'conductivity', cfg.conductivity);<br><br>Error in openmeeg_eeg_leadfield_example_me (line 167)<br>vol = ft_prepare_headmodel(cfg, vol);<br><br><br><br>Best regards<br>Saeed.<br><br></div>                                      </div></div>                                        </div></body>
</html>