<div dir="ltr">Dear all,<div>I am sorry I have another silly problem. I try to create the cell array for a within-analysis.</div><div><br></div><div>I am using the following code to load the single subject structs and put them in an array calles all90.</div>
<div><br></div><div>







<p class=""><span class="">load (</span>'ERP_AnnaLisa13obs90_ERP.mat'<span class="">)</span></p>
<p class="">all90(1,:) = obs90_data_ERP</p>
<p class=""><span class="">load (</span>'ERP_Benedetta23obs90_ERP.mat'<span class="">)</span></p>
<p class="">all90(2,:) = obs90_data_ERP</p></div><div><br></div><div>Unfortunately the result is a struct array. I can convert it to a cell by struct2cell but then fieldtrip does not recognise it as ERP data anymore as the labels inside of the struct disappear. Anybody who can help? </div>
<div>k</div></div>