<div dir="ltr">Dear Fernanda,<div><br></div><div><span style="font-size:12.8000001907349px">> I was finally able to file the problem to EEGLAB Bugzilla today</span><br><div><div class="gmail_extra"><br></div><div class="gmail_extra">Thank you for your cooperation!</div><div class="gmail_extra"><br></div><div class="gmail_extra"><span style="font-size:12.8000001907349px">> there's anything else I can do but wait?</span><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Well, just as my wild guess, did you try to turn on/off 'Matlab 7.3 or later' compatibility option from 'File -> memory and options' (or something like that).</div><div class="gmail_extra"><br></div><div class="gmail_extra">Makoto</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 4, 2016 at 9:51 AM, Fernanda Pérez Gay Juárez <span dir="ltr"><<a href="mailto:fernandapgj@gmail.com" target="_blank">fernandapgj@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class=""><div dir="ltr"><span style="font-size:12.8px">Hello, </span><span style="font-size:12.8px;background-color:rgb(255,255,255)">Makoto</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">I was finally able to file the problem to EEGLAB Bugzilla today, with severity of "blocker" </span><a href="https://sccn.ucsd.edu/bugzilla/show_bug.cgi?id=1840" style="font-size:12.8px" target="_blank">https://sccn.ucsd.edu/bugzilla/show_bug.cgi?id=1840</a><span style="font-size:12.8px">. Thanks for the advice. I'm guessing there's anything else I can do but wait?</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">BTW here's bug 764 </span><a href="https://sccn.ucsd.edu/bugzilla/show_bug.cgi?id=764" style="font-size:12.8px" target="_blank">https://sccn.ucsd.edu/bugzilla/show_bug.cgi?id=764</a><span style="font-size:12.8px">.</span><br></div></span><div class="gmail_extra"><br><div class="gmail_quote"><span class="">2015-12-09 20:14 GMT-05:00 Makoto Miyakoshi <span dir="ltr"><<a href="mailto:mmiyakoshi@ucsd.edu" target="_blank">mmiyakoshi@ucsd.edu</a>></span>:<br></span><div><div class="h5"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Dear Fernanda,<div><br></div><div>Sorry for trouble. That sounds weird.</div><div>Unfortunately, all I can do for you is to recommend that you file the problem to EEGLAB bugzilla with high priority. By the way I could not find Bug764, removed because 'fixed'?</div><div><br></div><div>Makoto</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Mon, Dec 7, 2015 at 7:56 AM, Fernanda Pérez Gay Juárez <span dir="ltr"><<a href="mailto:fernandapgj@gmail.com" target="_blank">fernandapgj@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div><div dir="ltr">Hello,<br><br>I've been having this problem when trying to do some grand averages. After loading all my datasets, and when clicking on "precompute channel measures", I get the following error message.<br><br>Unable to write -MAT file C:(...)subject22>after.daterp<div><br></div><div>File may be corrupt<br><br>(Error occured in function std_savedat at line 47)</div><div><br></div><div>I found a similar problem reported in Bugzilla, namely Bug 764, but the savedat function seems to have a fix for that bug. Here's the savedat function code:<br><br>"function std_savedat( tmpfile, structure)</div><div><br></div><div>    delims = find( tmpfile == '.');</div><div>    if ~isfield(structure, 'datafile') && ~isfield(structure, 'datafiles') </div><div>        structure.datafile = [ tmpfile(1:delims(end)-1) '.set' ];</div><div>    end;</div><div>    </div><div>    % fix reading problem (bug 764)</div><div>    tmpfile2  = which(tmpfile);</div><div>    if isempty(tmpfile2), tmpfile2 = tmpfile; end;    </div><div>    tmpfile = tmpfile2;</div><div>    </div><div>    eeglab_options;</div><div>    if option_saveversion6</div><div>        try</div><div>            save('-v6' , tmpfile, '-struct', 'structure');</div><div>        catch</div><div>            fields = fieldnames(structure);</div><div>            for i=1:length(fields)</div><div>                eval([ fields{i} '=structure.'  fields{i} ';']);</div><div>            end;</div><div>            save('-mat', tmpfile, fields{:});</div><div>        end;</div><div><b>    else </b></div><div><b>        save('-v7.3' , tmpfile, '-struct', 'structure'); **line 47</b></div><div>    end;<br>"</div><div><br>Note that my subjects datasets have been processed in another computer however, last week I ran a grand average with files done on that same computer and it worked fine. The MATLAB and eeglab versions on that other computer are the same. This error happens with some datasets, but not with others, so I ignore what could be possibly causing it.<br><br>Thanks for your help,<br><br>Fernanda<br><br><br></div></div>
<br></div></div>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" rel="noreferrer" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu" target="_blank">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu" target="_blank">eeglablist-request@sccn.ucsd.edu</a><span><font color="#888888"><br></font></span></blockquote></div><span><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br></div></div>
</font></span></div>
</blockquote></div></div></div><br></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br></div></div>
</div></div></div></div>