简体   繁体   中英

How to import the data from .MYD into MATLAB?

I just obtained a bunch of MySQL data stored in raw MySQL ( MyISAM table) format in a .MYD file.

I now wish to start data analysis over those data. All I need to do is just reading the numbers into my MATLAB and process them.

What is the easiest way of doing so? I am using Mac OS, by the way.

Creating a mysql database and dropping the file into a (non running at the time) mysql server is certainly one way to get to the stage where you have the data in a form you can re-export it.

I am not familiar with MACos locations but in linux the data structure is :

/var/lib/mysql/databasename/*.MYI and MYD

I would be leery of trying to extract an ISAM file using anything other than mysql frankly.

Maybe someone else knows better, but I don't :-)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM