Program crash with strange output
3 次查看(过去 30 天)
显示 更早的评论
I'm running a fairly complex problem which causes MATLAB to crash with no error message. When I recorded the output in the command window I only see:
<a href="matlab:helpPopup logical" style="font-weight:bold">logical</a>
I know that the problem does successfully run with slightly less complex settings, but I would really like to be able to run the more complex version too.
5 个评论
Walter Roberson
2022-7-9
There are circumstances under which MATLAB can close if it runs out of memory. Normally it would just complain about being out of memory, but crashing matlab can happen.
回答(1 个)
Image Analyst
2022-7-9
I'd do what it says in the FAQ:
In my experience most crashes are either some kind of problem with the video adapter, or a problem with some external hardware such as a machine vision camera (currently this is my problem and the Mathworks told me to follow up with the camera manufacturer).
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!