mysql-matlab
조회 수: 10 (최근 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!