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

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

eol-native

  • Property svn:eol-style set to native
Line 
1function [mea]=mexEpdf_set(S);
2% function returns mean value of corresponending structure
3
4% maybe some testing of validity?
5
6mea = S.m;
Note: See TracBrowser for help on using the browser.