Program crash with strange output
4 views (last 30 days)
Show older comments
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 Comments
Walter Roberson
on 9 Jul 2022
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.
Answers (1)
Image Analyst
on 9 Jul 2022
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 Comments
See Also
Categories
Find more on GenICam Interface in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!