root/applications/bdmtoolbox/mex/mexBM/mexBM_bayes.m @ 706

Revision 706, 165 bytes (checked in by smidl, 15 years ago)

eol-native

  • Property svn:eol-style set to native
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.posterior.m=S.posterior.m+dt;
Note: See TracBrowser for help on using the browser.