How can I run Matlab completely quiet? I want absolutely NO windows to open at any time.
I call the Matlab script from Perl: $command_string = sprintf("matlab -nosplash -nojvm -nodisplay -nodesktop -minimize -r \"run(\'main.m\'); exit;\""); system($command_string);
It STILL opens a window with the massage “To get started, type one of these: helpwin, helpdesk, or demo. ...“
This gets opened minimized, but it is still a problem. I want it completely quiet. As now I cannot use the computer while the script runs. If for instance I am writing and the Matlab script is executed the icons in the desktop toolbar blink and cursor goes to the newly opened (but minimized) window. That means that what I type just disappears.
What I want is Matlab to execute the script without opening any windows AT ALL. Is that possible?
1 Comment
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/162362-how-can-i-run-matlab-completely-quiet#comment_249348
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/162362-how-can-i-run-matlab-completely-quiet#comment_249348
Sign in to comment.