terminal

Purpose

Set graphics terminal type.

Synopsis

terminal
terminal('type')

Description

terminal displays a menu of graphics terminal types and prompts for a choice. It then configures MATLAB appropriately for your terminal type.

terminal('type') accepts a terminal type string. Valid type strings are

---------------------------------------
Keystroke  Description                   
---------------------------------------
tek401x    Tektronix 4010/4014           
tek4100    Tektronix 4100                
tek4105    Tektronix 4105                
retro      Retrographics card            
sg100      Selanar Graphics 100          
sg200      Selanar Graphics 200          
vt240tek   VT240 & VT340 Tektronix   
           mode                          
ergo       Ergo terminal                 
graphon    Graphon terminal              
citoh      C.Itoh terminal               
xtermtek   xterm, Tektronix graphics     
wyse       Wyse WY-99GT                  
kermit     MS-DOS Kermit 2.23            
hp2647     Hewlett-Packard 2647          
versa      Macintosh with VersaTerm      
           (Tektronix 4010/4014)         
versa4100  Macintosh with VersaTerm      
           (Tektronix 4100)              
versa4105  Color/grayscale Macintosh     
           with VersaTerm (Tektronix     
           4105)                         
hde        Human Designed Systems        
---------------------------------------
If necessary, edit terminal.m to add any terminal-specific settings (escape characters, line length, and so on).

(c) Copyright 1994 by The MathWorks, Inc.