Clear Filters
Clear Filters

How can I see Matlab graphically using SSH from Mac?

18 views (last 30 days)
I have a work computer that I am using matlab on from my personal mac. I ssh into the computer, but when I open matlab, it just appears in my mac terminal instead of the normal graphical display I would get from normally booting laptop. Is there a way to get matlab to render using the mac terminal thorugh ssh? I do ssh -X to access the remote computer

Answers (1)

Swastik
Swastik on 16 Feb 2024
I understand you are looking to access MATLAB on your Mac Workstation through SSH with the -X flag from your personal Mac. To facilitate this, it may be necessary to enable X11 forwarding on your Workstation.
You can find the steps to set up X11 forwarding by visiting the following link:
Additionally, here is an alternative workaround that might be helpful:
Best of luck with your setup, and I am here to help if you need more support along the way

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!