MATLAB Command Window Only
11 次查看(过去 30 天)
显示 更早的评论
Hi everyone,
I'm aware that if I write matlab -nodesktop from the command line I launch the command window only, but there are some slight differences between the command window only and the one built in (like in the built in command window there are hyper link and aesthetically is better). Is there a way to launch the real command window only? Thanks for the attention

On the left there is the -nodesktop command window, on the right there is the built in command window undocked
5 个评论
Walter Roberson
2018-11-26
Saying that it would be okay if it were refused gets us into the territory of hiding the other components by default. You can get that effect by undocking the various components and closing them.
Saying that it was necessary to refuse the other components would involve some method of effectively using -nodesktop mode while permitting the advanced decoration for error messages and URLs. That would probably be much more difficult.
回答(1 个)
Jan
2018-11-26
编辑:Jan
2018-11-26
Maybe this helps: https://www.mathworks.com/matlabcentral/fileexchange/32005-cmdwintool
CmdWinTool('lean')
Maybe this helps also:
desktop = com.mathworks.ide.desktop.MLDesktop.getMLDesktop;
desktop.setMolerMode;
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!