Why can I not see what I am typing in the terminal after I exit MATLAB 7.10 (R2010a) which was started with '-nodesktop' or '-nojvm' flag under bash?
Show older comments
After running MATLAB with the '-nodesktop' or '-nojvm' flags under the bash shell, the terminal window no longer echoes keyboard input.
For example:
1. Start bash
bash
2. Start MATLAB without the desktop
matlab -nodesktop
3. Run any numeric computation and exit:
ones(10,1) * ones(1,10);
exit
4. At this point, the terminal will not display any keyboard input.
Accepted Answer
More Answers (0)
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!