Can I use MATLAB through a telnet window? What should I do if I am having trouble scrolling in a telnet window?

2 views (last 30 days)
Can I use MATLAB through a telnet window?
Sometimes when I use MATLAB through a telnet window, I cannot scroll through the command windows. Sometimes scrolling seems to be disabled when I am using MATLAB. I am telneting from a Windows machine to a UNIX machine running MATLAB.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
If you are having trouble scrolling, one solution would be to set the terminal type to be something "less powerful" than a vt100. For example, in csh:
setenv TERM dumb
or in Bourne shell
export TERM=dumb
before running MATLAB.
Another solution may be to use another tool like an SSH client or to use VNC.
Putty is one ssh client that is available for Windows. VNC is another option to use instead of Windows telnet to connect to the UNIX machine.

More Answers (0)

Categories

Find more on Software Development Tools in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!