annotate toolboxes/FullBNT-1.0.7/docs/install.html @ 0:cc4b1211e677 tip

initial commit to HG from Changeset: 646 (e263d8a21543) added further path and more save "camirversion.m"
author Daniel Wolff
date Fri, 19 Aug 2016 13:07:06 +0200
parents
children
rev   line source
Daniel@0 1 To install, just unzip FullBNT.zip, start Matlab, and proceed as
Daniel@0 2 follows
Daniel@0 3 <pre>
Daniel@0 4 >> cd C:\kmurphy\FullBNT\FullBNT-1.0.4
Daniel@0 5 >> addpath(genpathKPM(pwd))
Daniel@0 6
Daniel@0 7 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.
Daniel@0 8 > In path at 110
Daniel@0 9 In addpath at 89
Daniel@0 10 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.
Daniel@0 11 > In path at 110
Daniel@0 12 In addpath at 89
Daniel@0 13 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.
Daniel@0 14 > In path at 110
Daniel@0 15 In addpath at 89
Daniel@0 16
Daniel@0 17 >> test_BNT
Daniel@0 18 </pre>
Daniel@0 19 The genpathKPM function is like the builtin genpath function, but it
Daniel@0 20 does not add directories called 'Old' to the path, thus preventing old
Daniel@0 21 versions of functions accidently shadowing new ones.
Daniel@0 22 The warnings occur because Matlab 7 added functions with the same
Daniel@0 23 names as my functions. The BNT versions will shadow the built-in ones,
Daniel@0 24 but this should be harmless.
Daniel@0 25 <p>
Daniel@0 26 Note: the functions installC_BNT etc. are not needed anymore: all C
Daniel@0 27 code has either been removed or is unnecessary.
Daniel@0 28 <p> Note: as mentioned above, with new versions of matlab you
Daniel@0 29 will get lots of warning messages, but everything should still work.
Daniel@0 30 <p> Note: Cory Reith tells me that, as of
Daniel@0 31 15 Sep 2009, octave 3.2.2 can run most of BNT.
Daniel@0 32 Please send email to crieth@ucsd.edu if you have questions.