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
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
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
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
2019-5-16
Can changes to your DISPLAY environment variable permit you to display other programs to various displays? xeyes for example?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!