root/applications/bdmtoolbox/mex/mexBM/mexEpdf_mean.m
@
706
Revision 706, 136 bytes (checked in by smidl, 15 years ago) | |
---|---|
|
Rev | Line | |
---|---|---|
[336] | 1 | function [mea]=mexEpdf_set(S); |
2 | % function returns mean value of corresponending structure | |
3 | ||
4 | % maybe some testing of validity? | |
5 | ||
6 | mea = S.m; |
Note: See TracBrowser
for help on using the browser.