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

2 次查看(过去 30 天)
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.

采纳的回答

MathWorks Support Team
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Software Development Tools 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by