How to connect to Microsoft SQL Server 2008 (MSSQL) from Matlab?

Viewed 23966

This is probably a simple question:

  • How do I connect to Microsoft SQL Server 2008 R2 from Matlab?
  • How do I read a table into a matrix given some SQL query?

Update

I'd prefer a method that doesn't require use of manual setup using ODBC.

1 Answers
Related