root/applications/bdmtoolbox/mex/mexBM/mexEpdf_set.m
@
823
Revision 706, 127 bytes (checked in by smidl, 15 years ago) | |
---|---|
|
Line | |
---|---|
1 | function [S]=mexEpdf_set(S0); |
2 | % function sets structure S by elements of structure S0 |
3 | |
4 | % maybe some testing of vlaidity? |
5 | |
6 | S=S0; |
Note: See TracBrowser
for help on using the browser.