comparison toolboxes/FullBNT-1.0.7/docs/install.html @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e9a9cd732c1e
1 To install, just unzip FullBNT.zip, start Matlab, and proceed as
2 follows
3 <pre>
4 >> cd C:\kmurphy\FullBNT\FullBNT-1.0.4
5 >> addpath(genpathKPM(pwd))
6
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.
8 > In path at 110
9 In addpath at 89
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.
11 > In path at 110
12 In addpath at 89
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.
14 > In path at 110
15 In addpath at 89
16
17 >> test_BNT
18 </pre>
19 The genpathKPM function is like the builtin genpath function, but it
20 does not add directories called 'Old' to the path, thus preventing old
21 versions of functions accidently shadowing new ones.
22 The warnings occur because Matlab 7 added functions with the same
23 names as my functions. The BNT versions will shadow the built-in ones,
24 but this should be harmless.
25 <p>
26 Note: the functions installC_BNT etc. are not needed anymore: all C
27 code has either been removed or is unnecessary.
28 <p> Note: as mentioned above, with new versions of matlab you
29 will get lots of warning messages, but everything should still work.
30 <p> Note: Cory Reith tells me that, as of
31 15 Sep 2009, octave 3.2.2 can run most of BNT.
32 Please send email to crieth@ucsd.edu if you have questions.