MATLAB Information for the ic_lab computers

$Author: jkrogers $
Last Modified : $Date: 1997/07/14 23:43:53 $ comments/questions: email to help@lark.ucsd.edu


Matlab is available on all three of the SGI machines, owl, lark and dodo. If you haven't already set the DISPLAY back to your current machine, you can do the following:

in a terminal window of the machine you're sitting at:

% xhost + machine_name
where machine_name is the SGI you are running matlab on.

then open a terminal window on the remote machine and start MATLAB with the command

% matlab -display my_machine:0.0

my_machine is the machine you are sitting at.

MATLAB EXTRAS --------------

  1. On lark, we have the Rice Wavelet Toolbox installed. This has not been tested or used, as far as I know. There are no apparent docs, but I suppose the matlab routines have been commented. You can try the demos (from MATLAB, running on lark):

>> wdemo

If you would like to do some more poking around, the files are in:

lark:/usr/sofware2/wavelet-tools/rice-wlet-tools

2) I have written many MATLAB scripts, as we all did for Pam's Image Processing class(es). Some of which were simple little routines, that I wish I had found somewhere else, so I wouldn't have had to write them. You can check these out via my web page:
http://code.ucsd.edu/~jkrogers/matlab.html

Of particular interest for our group may be the read and write pgm routines.