Graphical window problem in remote Matlab, using ssh and screen.

6 views (last 30 days)
Hello,
I connect from my home computer to a remote computer via ssh -Y. And I have a screen session where I am running Matlab.
In order to see the graphical windows, in matlab I set the right environment variable:
setenv('DISPLAY',':10.0')
In order order to test if it works. I use:
!xeyes
And it works. but when I try to create a figure, nothing displays.
If I restart matlab, the figures do show.
Is there a way to show figures without restarting matlab in the screen session?
Many thanks

Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Products


Release

R2017a

Community Treasure Hunt

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

Start Hunting!