1function btf_install
2%BTF_INSTALL compile and install BTF for use in MATLAB.
3% Your current working directory must be BTF/MATLAB for this function to work.
4%
5% Example:
6%   btf_install
7%
8% See also btf, maxtrans, stroncomp, dmperm.
9
10% Copyright 2004-2007, University of Florida
11
12btf_make
13addpath (pwd) ;
14fprintf ('BTF has been compiled and installed.  The path:\n') ;
15disp (pwd) ;
16fprintf ('has been added to your path.  Use pathtool to add it permanently.\n');
17btf_demo
18