database connection in matlab

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

 采纳的回答

Kaustubha Govind
Kaustubha Govind 2011-5-9

0 个投票

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

3 个评论

Hello Kaustubha,
The database toolbox allow me to connect to the database and import data to matlab workspace. I wanna to bind my table in my workspace with the database table. so when a new row added to data base my table in my workspace change and new data added to matlab workspace. Do you have any idea about it?
Thanks
Hello Kaustubha,
The database toolbox allow me to connect to the database and import data to matlab workspace. I wanna to bind my table in my workspace with the database table. so when a new row added to data base my table in my workspace change and new data added to matlab workspace. Do you have any idea about it?
Thanks
Sorry - I'm not familiar with this situation. However, do you know if you can bind the table with any shared library or executable? If yes, you can write an application that calls into the MATLAB Engine (http://www.mathworks.com/help/techdoc/matlab_external/f29148.html) to write workspace variables.

请先登录,再进行评论。

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by