root/applications/bdmtoolbox/mex/mexBM/mexEpdf_set.m
@
440
Revision 336, 127 bytes (checked in by smidl, 16 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.