root/applications/bdmtoolbox/mex/mexBM/mexEpdf_from_setting.m
@
440
Revision 372, 166 bytes (checked in by smidl, 15 years ago) |
---|
Line | |
---|---|
1 | function [S]=mexEpdf_from_setting(S,S0); |
2 | % function sets structure S by elements of structure S0 |
3 | |
4 | % Expected input: |
5 | % S0.mu0= [...]; % initial vector |
6 | |
7 | S.mu =S0.mu; |
Note: See TracBrowser
for help on using the browser.