Revision 374, 475 bytes
(checked in by miro, 16 years ago)
|
mexBM works. An example added (it ignores any underlying theory).
config2mxstruct probably doesn't handle vectors and matrices, to be fixed
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | MATLAB_PATH=/usr/local/matlab7/ |
---|
4 | BDM_PATH=../../bdm |
---|
5 | |
---|
6 | #MATLAB_PATH=/home/smidl/soft/matlab/matlab/ |
---|
7 | #BDM_PATH=/home/smidl/work/git/mixpp/bdm |
---|
8 | |
---|
9 | mex -g -l itpp -l bdm -I$MATLAB_PATH/extern/include -I$BDM_PATH -L ../../bdm/ -L ../../linux/libs/ $1 |
---|
10 | #mex -l itpp -l bdm -I$MATLAB_PATH/extern/include -I$BDM_PATH -L ../../bdm/ -L ../../linux/libs/ $1 |
---|
11 | #mxestimator.cpp |
---|
12 | #mex -l bdm -I ../../bdm/ -I /home/smidl/soft/matlab/matlab/extern/include -L ../../bdm/ linefit2.cpp |
---|