mysql-matlab
7 次查看(过去 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!