Is there a script function or variable to determine if running on desktop?

6 次查看(过去 30 天)
I have a script which I run from the Matlab desktop/display. I wish to run it from the Linux command line without the desktop (using the -nodesktop option). But there are functions in the script which exit if running without the Matlab desktop. Is there a way in the script to not execute those commands if not running on the desktop?
  2 个评论
Stephen23
Stephen23 2018-3-21
"...there are functions in the script which exit if running without the Matlab desktop."
Have you tried a judicious application of try and catch ?

请先登录,再进行评论。

采纳的回答

Benjamin Großmann
Benjamin Großmann 2018-4-24
From the documentation:
USED = desktop('-inuse') % returns whether or not the Desktop is currently in use. It does not start the Desktop.
This function returns a logical value which you could use for some conditional statements.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Desktop 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by