MySQL Database Connector

We use the MySQL Database Connector for retrieving response data from Ensemble experiments into Matlab. The utility is also used by Matlab functions called through MatRPC.

The MySQL Database Connector provides utilities for establishing connections to the database and for issuing standard MySQL commands to the database. Retrieved records from MySQL are stored in Matlab as cell array structures, which may then be copied to Matlab matrices or vectors.

The MySQL Database Connector can be downloaded from the Matlab Central File Exchange site.

bottom corner