autoexit after script runs
Hello
I have a matlab scritp that is called from a shell script. The problem is that matlab will not exit after the script is finished executing and so the driving shell script hangs. I've tried 'quit' and 'exit' at the end of the matlab script and after the call to matlab in the shell scritp and nothing seems to work. Does anyone know how to force matlab to quit from within the script?
thanks
I have a matlab scritp that is called from a shell script. The problem is that matlab will not exit after the script is finished executing and so the driving shell script hangs. I've tried 'quit' and 'exit' at the end of the matlab script and after the call to matlab in the shell scritp and nothing seems to work. Does anyone know how to force matlab to quit from within the script?
thanks
0
Comments