Once you have logged on, first enter
at the UNIX prompt in a shell window. Here "xxxx" is a project number assigned to the course, available from your instructor. This step makes sure that your activities are not charged against your general email account. You must then tell the mainframe where to display its windows. This is fairly automatic in Exceed; from a public terminal you should ask for local help on setting your "DISPLAY variable". Finally, enternewgrp xxxx
at the prompt to run MATLAB.matlab &
>> print -f1 myfig.ps >> !qpr -q smips myfig.psThis would print Figure 1 on the Smith printer. (Check with someone at the lab for the correct queue name in other labs.)
strauss.udel.edu% cd ~; mkdir matlabIf a "File exists" error occurs, ignore it.
>> cd matlab >> !pwd >> edit printoptWhen the Editor opens, look for the comment "Put your own changes to the defaults here." On the next line, enter
pcmd = 'qpr -q smips';This is correct for Smith; you need to replace smips with something else in another lab (ask for help).
>> printoptThe result should be
ans = qpr -q smipsor whatever you used for pcmd. Now all printing should work as expected forever.