
Matlab compatible functions for use with GNU Octave. 

See INSTALL for installation instructions.

Source:  <http://users.powernet.co.uk/kienzle/octave/matcompat>

Contents:
=========

README      this file
licenses    authors and licenses for functions within this distribution
GPL         the GPL license
INSTALL     installation instructions
TODO        things to do for this database and this distribution
compat.dat  database of matlab functions and corresponding octave functions
ChangeLog   changes to database and files in this distribution
Makeconf    defaults used by make and all submakes
Makefile    make file to build the distribution
octinst.sh  script used by make to install m-files, oct-files and executables
octinfo.sh  script to get octave version and install paths
makeweb.pl  perl script to convert the database into static web pages
fixes/      changes to octave scripts which may already have been applied
patches/    patches to octave source which may already have been applied
scripts/    main functions included in this package
scripts/*/ver20/ functions specific to Octave 2.0 installations
scripts/*/ver21/ functions specific to Octave 2.1 installations
scripts/*/data/  data and demo/test scripts to install with the m-files
Windows/    Windows-specific scripts

Note that some of these functions are not well tested.  There are no
guarantees that the code will even run, never mind be correct.  

These functions were gathered from various sources on the web.  As
much as possible, these sources are noted in the file compat.dat, and
linked into the automatically generated web pages.  The functions
included herein may have been modified against the originals.  They
may or may not have accepted the changes, and they may have made
subsequent changes, so be careful when you go back to the original
sources for updates.

Paul Kienzle
Jan 21, 2001.

