root/library/mex/mexBM/mexBM_bayes.m @ 371

Revision 336, 145 bytes (checked in by smidl, 15 years ago)

testbed for #19

Line 
1function [S]=mexBM_bayes(S,dt);
2% function updates statistics "S" of the corresponding object by measured data vector dt
3
4% check...
5
6S.m=S.m+dt;
Note: See TracBrowser for help on using the browser.