root/library/mex/mexBM/mexBM_bayes.m
@
370
Revision 336, 145 bytes (checked in by smidl, 16 years ago) |
---|
Line | |
---|---|
1 | function [S]=mexBM_bayes(S,dt); |
2 | % function updates statistics "S" of the corresponding object by measured data vector dt |
3 | |
4 | % check... |
5 | |
6 | S.m=S.m+dt; |
Note: See TracBrowser
for help on using the browser.