Show
Ignore:
Timestamp:
05/11/10 16:25:24 (14 years ago)
Author:
smidl
Message:

bdmtoolbox updated for new loggers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/my_isobj.cpp

    r925 r933  
    33 
    44void mexFunction ( int n_output, mxArray *output[], int n_input, const mxArray *input[] ) { 
    5         printf("%d",mxIsObject(input[0])); 
     5        mxArray * m=(mxArray *)input[0]; 
     6        printf("%d",mxIsObject(m)); 
     7        mexCallMATLAB(0,0,1, &m, "validate"); 
     8         
    69} 
    710#endif