mysql-matlab
13 ビュー (過去 30 日間)
古いコメントを表示
hi..how to save data in mysql using matlab? i have tried some coding but unsucessful
3 件のコメント
Walter Roberson
2011 年 4 月 12 日
Do you have the Database Toolkit? If not then what means are you using to communicate with mysql ?
採用された回答
per isakson
2011 年 4 月 12 日
See
mYm is a Matlab interface to MySQL server. It is based on the original 'MySQL and Matlab' by Robert Almgren and adds the support for BLOBs. That is, it can insert matlab objects (e.g. array, structure, cell) into BLOB fields.
and search File Exchange for "mysql"
/ per
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Database Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!