<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="FR-BE" link="blue" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hi everyone,</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I created my layout (‘layout_mont’) from a pic (below) but now it seems that  my ICA) cannot be plotted as topography with the function : ft_topoplotIC</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Here is my code :</p>
<div>
<div>
<div>
<div style="margin-top:7.5pt;margin-bottom:7.5pt">
<div>
<div style="margin-left:12.0pt">
<p class="MsoNormal" style="line-height:12.95pt;background:#F7F7F7"><span style="font-size:10.5pt;font-family:Consolas;color:black">    cfg        = [];<o:p></o:p></span></p>
</div>
</div>
<div>
<div style="margin-left:12.0pt">
<p class="MsoNormal" style="line-height:12.95pt;background:#F7F7F7"><span style="font-size:10.5pt;font-family:Consolas;color:black">    cfg.numcomponent = 11;<o:p></o:p></span></p>
</div>
</div>
<div>
<div style="margin-left:12.0pt">
<p class="MsoNormal" style="line-height:12.95pt;background:#F7F7F7"><span style="font-size:10.5pt;font-family:Consolas;color:black">    cfg.method = 'runica';
<o:p></o:p></span></p>
</div>
</div>
<div>
<div style="margin-left:12.0pt">
<p class="MsoNormal" style="line-height:12.95pt;background:#F7F7F7"><span style="font-size:10.5pt;font-family:Consolas;color:black">    comp = ft_componentanalysis(cfg, data1);<o:p></o:p></span></p>
</div>
</div>
<div>
<div style="margin-left:12.0pt">
<p class="MsoNormal" style="line-height:12.95pt;background:#F7F7F7"><span style="font-size:10.5pt;font-family:Consolas;color:black">    figure ;<o:p></o:p></span></p>
</div>
</div>
<div>
<div style="margin-left:12.0pt">
<p class="MsoNormal" style="line-height:12.95pt;background:#F7F7F7"><span style="font-size:10.5pt;font-family:Consolas;color:black">    cfg = [];<o:p></o:p></span></p>
</div>
</div>
<div>
<div style="margin-left:12.0pt">
<p class="MsoNormal" style="line-height:12.95pt;background:#F7F7F7"><span style="font-size:10.5pt;font-family:Consolas;color:black">    cfg.component = [1:11];       % specify the component(s) that should be plotted<o:p></o:p></span></p>
</div>
</div>
<div>
<div style="margin-left:12.0pt">
<p class="MsoNormal" style="line-height:12.95pt;background:#F7F7F7"><span style="font-size:10.5pt;font-family:Consolas;color:black">    cfg.layout    = layout_mont; % specify the layout file that should be used for plotting<o:p></o:p></span></p>
</div>
</div>
<div>
<div style="margin-left:12.0pt">
<p class="MsoNormal" style="line-height:12.95pt;background:#F7F7F7"><span style="font-size:10.5pt;font-family:Consolas;color:black">    cfg.comment   = 'no';<o:p></o:p></span></p>
</div>
</div>
<div>
<div style="margin-left:12.0pt">
<p class="MsoNormal" style="line-height:12.95pt;background:#F7F7F7"><span style="font-size:10.5pt;font-family:Consolas;color:black">    cfg.colormap = colormap('jet');<o:p></o:p></span></p>
</div>
</div>
<div>
<div style="margin-left:12.0pt">
<p class="MsoNormal" style="line-height:12.95pt;background:#F7F7F7"><span style="font-size:10.5pt;font-family:Consolas;color:black">    ft_topoplotIC(cfg, comp) ;<o:p></o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal">Here is my layout :</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><img width="456" height="723" style="width:4.75in;height:7.5312in" id="Image_x0020_3" src="cid:image001.png@01D7CC09.3218B150"></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">And here is the error messages :</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><img width="424" height="792" style="width:4.4166in;height:8.25in" id="Image_x0020_5" src="cid:image003.png@01D7CC0A.7ABBDB70"></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks for your help,</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Best regards,</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Lynn Delcon (neurosciences student)</p>
</div>
</body>
</html>