MATLAB 2020b crashing without error messages
9 views (last 30 days)
Show older comments
Hello Matlab Community,
I am trying to run a MATLAB code. The first run of the code works fine. But whenever, I try to edit the code, MATLAB crashes while I am on the editor. I am not sure why?
0 Comments
Answers (1)
Jan
on 31 May 2021
If the code contains some C-mex functions, they can corrupt the memory. With some luck, Matlab can still work until a random following collision.
So please explain, if the problem is reproducible. If it is, which OS and Matlab version are you using?
1 Comment
See Also
Categories
Find more on Startup and Shutdown 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!