MySQL and Matlab

Posted by Shaihi on Stack Overflow See other posts from Stack Overflow or by Shaihi
Published on 2010-03-19T13:08:15Z Indexed on 2010/03/19 13:11 UTC
Read the original article Hit count: 361

Filed under:
|
|

I want to interact with a MySQL database from Matlab.
I found a mysql "library" for matlab here and the same on mathworks.

I followed the instructions to compile the library and the compilation seems to be successful. I get a mex32 file at the end. Only, the instructions on the first page refer to a Dll that I need to use (I guess that a Dll was supposed to be generated).

I am not familiar with the mex compiler or with compiling external modules for Matlab.
Am I missing something trivial? Where is the Dll supposed to be?

Thanks.

© Stack Overflow or respective owner

Related posts about matlab

Related posts about mysql