mysql-matlab
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hi..how to save data in mysql using matlab? i have tried some coding but unsucessful
3 Kommentare
Walter Roberson
am 12 Apr. 2011
Do you have the Database Toolkit? If not then what means are you using to communicate with mysql ?
Akzeptierte Antwort
per isakson
am 12 Apr. 2011
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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Database Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!