wolffd@0: To install, just unzip FullBNT.zip, start Matlab, and proceed as wolffd@0: follows wolffd@0:
wolffd@0: >> cd C:\kmurphy\FullBNT\FullBNT-1.0.4
wolffd@0: >> addpath(genpathKPM(pwd))
wolffd@0: 
wolffd@0: Warning: Function C:\kmurphy\FullBNT\FullBNT-1.0.4\KPMtools\isvector.m has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.
wolffd@0: > In path at 110
wolffd@0:   In addpath at 89
wolffd@0: Warning: Function C:\kmurphy\FullBNT\FullBNT-1.0.4\KPMtools\isscalar.m has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.
wolffd@0: > In path at 110
wolffd@0:   In addpath at 89
wolffd@0: Warning: Function C:\kmurphy\FullBNT\FullBNT-1.0.4\KPMtools\assert.m has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.
wolffd@0: > In path at 110
wolffd@0:   In addpath at 89
wolffd@0: 
wolffd@0: >> test_BNT
wolffd@0: 
wolffd@0: The genpathKPM function is like the builtin genpath function, but it wolffd@0: does not add directories called 'Old' to the path, thus preventing old wolffd@0: versions of functions accidently shadowing new ones. wolffd@0: The warnings occur because Matlab 7 added functions with the same wolffd@0: names as my functions. The BNT versions will shadow the built-in ones, wolffd@0: but this should be harmless. wolffd@0:

wolffd@0: Note: the functions installC_BNT etc. are not needed anymore: all C wolffd@0: code has either been removed or is unnecessary. wolffd@0:

Note: as mentioned above, with new versions of matlab you wolffd@0: will get lots of warning messages, but everything should still work. wolffd@0:

Note: Cory Reith tells me that, as of wolffd@0: 15 Sep 2009, octave 3.2.2 can run most of BNT. wolffd@0: Please send email to crieth@ucsd.edu if you have questions.