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