Executing ".m" files in workstation , remotely

1 次查看(过去 30 天)
Hello,
I have a workstation in my network. This workstation, is used by many people, so I can not log into it using VNC or remote desktop programs. I want to execute matlab scripts in this workstation, from my laptop. The matlab scripts are already stored in the workstation hard drive. I tried "psexec", it works, but only for scripts that don't display any figures (I suppose "psexec" starts Matlab without JVM). I need to be able to display and save figures for some works.
I also tried the Matlab for mobile. I can execute the scripts from my phone, but i receive the plots in my phone, and if I disconnect my phone from matlab, the script stops running....
Does anyone know how can I remotely execute matlab scripts in another computer, that is able to show figures, without the need of remote desktop application?
Thank you,
-- Ekhi
  4 个评论
Walter Roberson
Walter Roberson 2015-9-28
Is the workstation configured for Terminal Services? That would allow multiple people to use it simultaneously including for graphics.
Ekhi Zugasti
Ekhi Zugasti 2015-9-29
Thank you for your answer Walter, bur, no, it is a windows 7 pc. Wich doesn't allow multiple user logon.

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2015-9-29
You have disallowed all of the options that would allow for displaying graphics, so you will not be able to do that (except by making remote calls to MATLAB in automation server mode).
You will be able to generate plots and save them, in some cases. You will need to start up MATLAB with no desktop. I do not recall all of the combinations that allow plots to be saved when you have no graphics, but I believe that print() with postscript is one of the methods and I think saveas() might be usable as well.

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by