How can I enable the MATLAB desktop when I am running MATLAB as an Automation Server?

1 view (last 30 days)
I have a MATLAB automation server session; however, I do not have access to the MATLAB desktop utilities, such as the Workspace Browser, File Browser or Command History.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
To have access to all the MATLAB desktop utilities, you will need to enable the MATLAB desktop. To do so, invoke the MATLAB command called DESKTOP from the client application. For instance, from Visual Basic, run the following command:
Call MatLab.Execute("desktop")

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!