필터 지우기
필터 지우기

Is it possible to send plots to multiple computers from the same matlab session in Linux?

조회 수: 1 (최근 30일)
Is it possible to send plots to multiple computers from the same matlab session. We are using Linux. With HPUX we were able to change the XDisplay parameter. But Linux does not seem to allow that.
  댓글 수: 2
Walter Roberson
Walter Roberson 2019년 5월 7일
You might have to turn X Windows security way down, equivalent to Xauth +
(that is, admit pretty much anything that wants to display.
I don't know if it is even still pausible. It used to rely upon some rsh / ssh security settings that were disabled later as being just too insecure.
Bjorn Gustavsson
Bjorn Gustavsson 2019년 5월 7일
편집: Bjorn Gustavsson 2019년 5월 8일
Maybe it is possible to squeeze your needs through VNC? Slightly different tack, this would give remote users access to the entire server, at least at the running user's level. But I'm pretty sure multiple users can access the same session via vnc.
I've heard impressive stories about what can be achived with ssh (also rather recently) so that might still be possible, maybe with ssh-keygen as a tool to simplify login.

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

답변 (2개)

Pruthvi Muppavarapu
Pruthvi Muppavarapu 2019년 5월 14일
Hi Louis,
Currently, you might not be able to accomplish plots on multiple monitors within one MATLAB session.
As a workaround, you could try starting a separate instance of MATLAB for each display, using the '-display' startup flag as follows:
$ matlab -display xDisp
Hope this helps.
Regards,
Pruthvi
  댓글 수: 5
Walter Roberson
Walter Roberson 2019년 5월 16일
Can changes to your DISPLAY environment variable permit you to display other programs to various displays? xeyes for example?
Louis Arney
Louis Arney 2019년 5월 16일
If I change DISPLAY in my xterminal to another device running an Xserver, like one Linux machine to another, I can open an xterminal (which might contain a plot or be running another program) on the other device. Changing my DISPLAY within a Matlab session does nothing (that I can tell). XDisplay is protected from changes once the session starts.

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


Bjorn Gustavsson
Bjorn Gustavsson 2019년 5월 15일
KISS: vnc

카테고리

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

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by