root/library/mex/buildmex.sh @ 374

Revision 374, 475 bytes (checked in by miro, 15 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
3MATLAB_PATH=/usr/local/matlab7/
4BDM_PATH=../../bdm
5
6#MATLAB_PATH=/home/smidl/soft/matlab/matlab/
7#BDM_PATH=/home/smidl/work/git/mixpp/bdm
8
9mex -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
Note: See TracBrowser for help on using the browser.