root/applications/bdmtoolbox/mex/config2mxstruct.cpp @ 391

Revision 391, 250 bytes (checked in by smidl, 15 years ago)

compilation of bdmtoolbox - broken compilation of applications!

Line 
1#include <mex/config2mxstruct.h>
2
3void 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.