Watch this Author's files
If I provide a scalar input for 'xi' in a particular situation, I get an output array of size 2!
I get a long list of syntax errors when trying to compile on x64. I have not tried 32.
evalBin.c evalBin.c(98) : error C2143: syntax error : missing ';' before 'const' evalBin.c(99) : error C2065: 'x_ptr' : undeclared identifier evalBin.c(99) : warning C4047: 'function' : 'const mxArray *' differs in levels of indirection from 'int' evalBin.c(99) : warning C4024: 'mexmetypecheck' : different types for formal and actual parameter 1 evalBin.c(100) : error C2143: syntax error : missing ';' before 'const' evalBin.c(101) : error C2143: syntax error : missing ';' before 'const' evalBin.c(102) : error C2143: syntax error : missing ';' before 'const' evalBin.c(103) : error C2143: syntax error : missing ';' before 'const' evalBin.c(104) : error C2143: syntax error : missing ';' before 'const' evalBin.c(105) : error C2143: syntax error : missing ';' before 'const' evalBin.c(106) : error C2143: syntax error : missing ';' before 'const' evalBin.c(107) : error C2143: syntax error : missing ';' before 'const' evalBin.c(108) : error C2065: 'firstknot_ptr' : undeclared identifier
etc...
Contact us