MATLAB: Database connection in matlab

databasegui

Hi all,
I wanna to write a program that connect to a database and when the database is updated get the new information from database and do processing on new data. does anybody have suggestion to do this?
Thanks in advance, Parisa

Best Answer

The Database Toolbox allows you to interface MATLAB with ODBC/JDBC compatible databases.
Related Question