Problem in Interfacing Datalog Sofware with matlab.?

1 view (last 30 days)
I am interfacing Biometrics Software with matlab to visualize and analyze the data in matlab but I am getting the following errors. Someone plz help.
Index exceeds matrix dimensions.
Error in loadlibrary>getLoadlibraryCompilerConfiguration (line 497) compilerConfiguration=compilerConfiguration(1); %unix machines return c and cpp compilers here
Error in loadlibrary (line 253) [thunk_build_fn,preprocess_command]=getLoadlibraryCompilerConfiguration(ccinclude,header,headername,compilerConfiguration);
Error in Biometrics_Interface_Test_1>loadBiometricsDLL (line 34) loadlibrary('OnLineInterface.dll', 'OnLineInterface.h');
Error in Biometrics_Interface_Test_1 (line 4) loadBiometricsDLL;
Thanks in advance.

Answers (0)

Categories

Find more on MATLAB Compiler SDK in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!