MATLAB 2020b crashing without error messages
Mostrar comentarios más antiguos
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?
Respuestas (1)
Jan
el 31 de Mayo de 2021
0 votos
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 comentario
Amartya Ganguly
el 31 de Mayo de 2021
Editada: Amartya Ganguly
el 31 de Mayo de 2021
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!