Contents of the UNIX distribution tape for MATLAB.
01/10/84
   
README         This file.
src/           Directory for all *.f, *.c, *.s and *.o files.
makefile       Makes MATLAB.
mathelp.dac    Direct access version of the HELP file.
mathelp.idx    Index to the direct access HELP file.

The make file will put MATLAB in /usr/local/bin/matlab .
If you want it someplace else, change the last line of makefile .

The two direct access help files, mathelp.dac and mathelp.idx, should
be moved to directory /usr/local/lib so they can be accessed by MATLAB.
If you want to put them someplace else, edit file src/files.f .

The *.o files in src/ were compiled under BSD 4.2.  If you are using
some other version of UNIX, you should recompile them.

The make file contains a variable BSD which should be set to V4_2 or
left blank to reflect the version of the operating system.  This 
affects the compilation of the overflow handler, src/ofault.c .

install        Installation guide, for UNIX and other systems.
help           The help source document.
helpset.f      Main program to create mathelp.dac and mathelp.idx.
demo           When in MATLAB, try  exec('demo') .
doc            The Users' Guide.
doc.n          The nroff source for the Users' Guide.
install.n      The nroff source for install.
exec/          Directory for some sample exec files.
buildmat       Builds files mat and mat.sngl from some *.f files in src.
buildlib       Builds files lib and lib.sngl from some *.f files in src.
buildhelper    Builds file helper.77.
buildsys       Builds file sys.unix from some *.f files in src.
tampr          Commands for ex to convert mat and lib to single precision.
helper.66      Fortran 66 (sequential access) version of subroutine helper.
sys.cdc        System dependent routines for CDC.
sys.cms          "       "         "      "  IBM CMS.
sys.dec10        "       "         "      "  DEC 10's and 20's.
sys.prime        "       "         "      "  PRIME 400
sys.tso          "       "         "      "  IBM TSO.
sys.vms          "       "         "      "  another VAX operating system.
tape           Use dd to make non-UNIX distribution tape.  See install.
tape.unix      Use tar to make UNIX distribution tape.

    --Cleve Moler
      Department of Computer Science
      University of New Mexico
      Albuquerque, NM  87131
      505-277-3112 or 505-268-8631
