<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
Dear community,<br><br>I encounter a problem when I want to follow the tutorial"Preprocessing - reading continuous EEG and MEG data" from the first step.<pre class="highlight"><code><span class="n">cfg</span> <span class="o">=</span> <span class="p">[];</span>
<span class="n">cfg</span><span class="o">.</span><span class="n">dataset</span>     <span class="o">=</span> <span class="s1">'subj2.vhdr'</span><span class="p">;</span>
<span class="n">data_eeg</span>        <span class="o">=</span> <span class="n">ft_preprocessing</span><span class="p">(</span><span class="n">cfg</span><span class="p">)</span></code></pre> Return the following error:<br><br><span style="color:#c0392b;">Out of memory. The likely cause is an infinite recursion within the program.<br><br>Error in fileparts (line 40)<br>elseif ~isrow(file)</span><br><br>Do you know why I'm having this problem? (I use Matlab 2019a and I downloaded SubjectEEG and Subject01 files).<br><br>Regards,<br>--<br><title></title><style type="text/css">th, td, p{padding: 0px;margin: 0px;color: rgb(18,35,114);    font-family: Arial, Helvetica, sans-serif;vertical-align: top;}
                        .sig_nom {font-size: 12px;font-weight:bold;text-align="left";}
                        .sig_prenom {text-transform: none;}
                        .sig_container {padding-right:57px;}
                        .sig_standard {font-size: 11px;}
                        .sig_entete {margin-right: 10px;}
                        a {color:rgb(0,170,255); text-decoration: none}
                        table {   padding-top:57px;padding-bottom:57px;border-spacing: 0px;}</style>---<table border="0"><tbody><tr><td class="sig_container"><p class="sig_nom"><span class="sig_prenom">Grégoire</span> Vergotte</p><p class="sig_standard">Post-Doctorant<br>gregoire.vergotte@isae-supaero.fr</p></td><td class="sig_container"><p class="sig_standard"><a href="https://www.isae-supaero.fr">https://www.isae-supaero.fr</a><br>Institut Supérieur de l'Aéronautique et de l'Espace<br>10, avenue Edouard Belin - BP 54032<br>31055 Toulouse Cedex 4<br>France</p></td></tr><tr height="57px"><td colspan="4" style="border-bottom:1px solid rgb(210,230,255)"> </td></tr><tr><td colspan="2"> </td><td class="sig_container" colspan="2"><p class="sig_standard">Suivez l'ISAE-SUPAERO sur les réseaux sociaux / Follow the ISAE-SUPAERO on the social media<br><a href="https://fr-fr.facebook.com/isae.supaero">Facebook</a> <a href="https://twitter.com/isae_officiel">Twitter</a> <a href="https://www.linkedin.com/school/isae/">LinkedIn</a> <a href="https://www.youtube.com/user/ISAEcom">Youtube</a> <a href="https://www.instagram.com/isae_supaero/">Instagram</a></p></td></tr></tbody></table></html>