Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 564 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 564 Bytes

Introduction

This is an API for accessing the SERF database from within the Matlab programming environment.

Setup

  1. Download this repository to $repopath.
  2. Start your database server. sudo mysqd_safe & or use your GUI.
  3. Open Matlab and change to $repopath.
  4. Add the database interface to the path: addpath(fullfile(pwd, 'mym'));
  5. Import the object interfaces: import SERF.*;
  6. Create a connection to the MySQL server: dbx = SERF.Dbmym('mysite');

Using

See test.m for an example of how to use this. Sorry, more detail to come later.