What is -noFigureWindows supposed to do?

조회 수: 8 (최근 30일)
Willie Wong
Willie Wong 2016년 3월 29일
편집: Gautam Mohan 2016년 3월 31일
According to the documentation, the Linux version of MATLAB R2016a supports the -noFigureWindows option which is supposed to suppress the display of figures on the command line. However, when I start with
matlab -noFigureWindows -nosplash -nodesktop
and issue
plot([0,1],[1,1])
a figure window still pops up (just without the file menu). Like this:
For comparison, starting without the -noFigureWindows option gives
Is this the expected behaviour? From the documentation I would have expected there to be absolutely no figure windows shown, with or without menu bar.
  댓글 수: 1
Gautam Mohan
Gautam Mohan 2016년 3월 31일
편집: Gautam Mohan 2016년 3월 31일
Hi Willie,
I just tested starting MATLAB R2016a with your command-line arguments on my Debian 7 machine with XFCE. On my machine, the plot windows were indeed disabled, so I was not able to reproduce the issue you are having.
One suggestion is to make sure that your Linux distribution is supported. You can find out the systems MathWorks supports MATLAB on here. If your system qualifies, I would suggest contacting MathWorks Technical Support to see whether or not the issue you're encountering is a bug. If it does not qualify, then my suggestion would be to look into obtaining a compatible version of Linux to run MATLAB on.
I noticed from the screenshots that it looks like you're using a tiled window manager. Off the top of my head, I wonder if that is causing an odd interaction with the -NoFigureWindows option. Could you try the startup command with a different desktop environment if you have access to one? I definitely advise you to contact Technical Support if your version of Linux is supported, as we will be able to help resolve your issue in a more systematic fashion. Hope this helps!

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by