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 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