Hi there,<div><br></div><div>I'm new to EEG analysis and currently trying to read in data from a bdf file:</div><div><br></div><div>[data_in, h1]=openbdf('file.bdf')</div><div><div>data_in = </div><div><br></div>
<div>    Head: [1x1 struct]</div><div>      MX: [1x1 struct]</div><div><br></div><div><br></div><div>h1 =</div><div><br></div><div>�BIOSEMI                                                                                                                                                                31.08.1211.33.2916896   24BIT                                       117     1       65  </div>
</div><div><br></div><div><br></div><div>May I know what I should put for the "Records" field in the following command:</div><div>[dat,s]=readbdf(data_in, Records, 0)</div><div><br></div><div>Thanks!</div>