root/applications/bdmtoolbox/mex/config2mxstruct.cpp
@
406
Revision 391, 250 bytes (checked in by smidl, 16 years ago) |
---|
Line | |
---|---|
1 | #include <mex/config2mxstruct.h> |
2 | |
3 | void mexFunction ( int n_output, mxArray *output[], int n_input, const mxArray *input[] ) { |
4 | string filename = mxArray2string(input[0]); |
5 | UImxConfig C (filename.c_str()); |
6 | output[0] = mxDuplicateArray(C.mxconfig); |
7 | } |
Note: See TracBrowser
for help on using the browser.