Displaying and Printing Matlab Graphics

You can display Matlab graphics remotely from your PC if you are running Kermit or any other terminal emulation program that supports Tektronix graphics. If you are using Kermit, enter

>> terminal kermit
after you start Matlab. The entire list of supported graphics terminal types is listed in /usr/local/matlab/toolbox/matlab/graphics/terminal.m on the DECstations.

After you've displayed a graph in Matlab, you can print it to the basement of Stright using the command

>> print -dps -Plaser_ps

Up to