root/applications/bdmtoolbox/mex/bm1_bayes.m @ 640

Revision 374, 57 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

Line 
1function data = bm1_bayes(data, dt)
2        data.a = data.a+dt;
Note: See TracBrowser for help on using the browser.