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
MathWorks Support Team 2009 年 6 月 27 日
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 Center および File ExchangeSoftware Development Tools についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by