From: Adam Fisher on 26 Feb 2010 16:40 I have a function that keeps crashing matlab. matlab asks me to send off the error log. Unfortunately email is not supported on the machine I am on. There should be an option to save the error log to a file so I could transfer it and then mail it off. I am close to figuring out how to avoid the crash, but it would be nice to be able to report the error.
From: Steven Lord on 26 Feb 2010 16:59 "Adam Fisher" <adam.fisher(a)baesystems.com> wrote in message news:hm9f46$512$1(a)fred.mathworks.com... >I have a function that keeps crashing matlab. matlab asks me to send off >the error log. > Unfortunately email is not supported on the machine I am on. > There should be an option to save the error log to a file so I could > transfer it and then mail it off. Assuming the message appears in the MATLAB System Error dialog: http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_env/f8-25321.html#f8-29456 expand the Details using that button and at the top of the message you should see the location where it is stored. You can copy that to another machine on which you do have access to email and send it in to Technical Support. If the message doesn't appear in that dialog, can you say what operating system and MATLAB version you're using? -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
Pages: 1 Prev: Compressing frames prior to saving Next: Import Problems |