Executing ".m" files in workstation , remotely

1 visualización (últimos 30 días)
Ekhi Zugasti
Ekhi Zugasti el 28 de Sept. de 2015
Respondida: Walter Roberson el 29 de Sept. de 2015
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 comentarios
Walter Roberson
Walter Roberson el 28 de Sept. de 2015
Is the workstation configured for Terminal Services? That would allow multiple people to use it simultaneously including for graphics.
Ekhi Zugasti
Ekhi Zugasti el 29 de Sept. de 2015
Thank you for your answer Walter, bur, no, it is a windows 7 pc. Wich doesn't allow multiple user logon.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 29 de Sept. de 2015
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.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by