Database question - What sql setup to use
2 ビュー (過去 30 日間)
古いコメントを表示
This question i suppose is only halfway Matlab related, i want to set up an SQL database from my home computer and be able to access the information using Matlab from the same or other computers.
Does any one have a suggestion on how to set up this project ?
It is just a learning experience for me and i only have some SQL experience, though plenty of Matlab experience.
Thanks!
0 件のコメント
回答 (1 件)
the cyclist
2013 年 5 月 26 日
In order to access a database directly from MATLAB, the easiest (but priciest!) way is to get the Database Toolbox. You might also be able to connect by using tools available from the File Exchange, http://www.mathworks.com/matlabcentral/fileexchange/, but I have never tried that myself.