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

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

eol-native

  • Property svn:eol-style set to native
Line 
1function [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
7S.mu =S0.mu;
Note: See TracBrowser for help on using the browser.