Matlab (R2012b) on windows 7 closing itself while running scripts
Mostrar comentarios más antiguos
My matlab has been closing during processing of some scripts. No error displayed, nothing. It is just a large sequence of computing in files of the same size. It runs some of them, and without terminating the for loop it closes itself. Usually occurs during the night, when I wake up it is closed as if I had not let it running.
Please help!
Respuestas (2)
Simon
el 20 de Nov. de 2013
0 votos
Hi!
In your scripts do you use "exit"? This terminates matlab. If you only want to exit a matlab script or function you need to write "return".
1 comentario
eduardo Schenberg
el 20 de Nov. de 2013
David Sanchez
el 20 de Nov. de 2013
0 votos
It looks like you are running of of memory. Did you try to reduce the number of files you work with? Start by analysing just a few files and observe the behaviour of your system. If matlab does not shut down analysing a single (or a few: 5/10) file, keep increasing the number of files to analyse. It could be one of your files saturates the system.
1 comentario
eduardo Schenberg
el 21 de Nov. de 2013
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!