First of all, the external link is no longer valid. The correct link is now http://www.cims.nyu.edu/~almgren/mysql/ (why doesn't Mathworks provide a permanent webspace for such contributions?)
Secondly as pointed out by others, the package cannot be compiled using the Mathlab compiler!
Thank you for great information anytime.
I wanna interact with MySQL database(MDB) from MATLAB.
Examples)
・Input or output data by accessing the MDB from MATLAB.
I have some question.
Are these thinking correct ?
Question.
1. What is function of 'mysql.m' and 'mysql.cpp' .
2. How to use these files.
About 1.
I guess that contents of these files are "how to access the MDB from Matlab".
・mysql.m shows how to describe source of Accessing the MDB.
・I couldn't understand function of mysql.cpp.
If my idea is incorrect, please tell me intuitively.
About 2.
・Only confirm syntax of source description using mysql.m.
thus mysql.m is comment file.
・What is purpose of running mysql.cpp?
Obviously this file works great and received excellent review. But I can't even get it work. I downloaded "all the files", including 'mysql.m' and 'mysql.cpp' and included them in the path. When I type in mysql('open',...,...,...), i got the message basically saying that this is a script instead a function. Can anyone give me a clue what is going on here?
Everything works great. I was wondering if there is a way to avoid giving an output for each column of data. I have 137 columns and individually writing out [A(:,1),A(:,2),...,A(:,137)] seems pointless. Suggestions?