Prev: hybrid simulation of signaling pathways..
Next: Regression Tree, Gini index?, twoing rule? max deviance reduction?
From: Ryan Utz on 14 Jun 2010 16:37 Hi all, I'm attempting to import data from Access (2007 version) for the first time. I've successfully figured out how to connect to the database. But, having done so, I have no idea how to simply import some data. My code is: conn = actxserver('ADODB.Connection') connString = 'Provider=Microsoft.Ace.OLEDB.12.0;Data Source=c:\database.accdb;User Id=admin;Password=;' conn.Open(connString); OK, so I'm connected. Great. Now all I want to do is bring in some data for Matlab to analyze from a simple table (no fancy queries). How can I do this?! Thanks!! Ryan |