MATLAB Command Window Only

조회 수: 18 (최근 30일)
Marco Bernardini
Marco Bernardini 2018년 11월 25일
댓글: Walter Roberson 2018년 11월 26일
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 attentionImmagine.png
On the left there is the -nodesktop command window, on the right there is the built in command window undocked
  댓글 수: 5
Marco Bernardini
Marco Bernardini 2018년 11월 26일
It's ok if it gets refused
Walter Roberson
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
Jan 2018년 11월 26일
편집: Jan 2018년 11월 26일
CmdWinTool('lean')
Maybe this helps also:
desktop = com.mathworks.ide.desktop.MLDesktop.getMLDesktop;
desktop.setMolerMode;

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by