MATLAB: How to import data from a .mdb (Microsoft Access Database) file into MATLAB

accessdatabaseimportMATLABmdb

I have a '.mdb' file which contains data that I want to import into MATLAB. Is there a way I can do this? If so, how?

Best Answer

To import data from an '.mdb' file into MATLAB, you can use the Database Explorer app from the Database Toolbox. 
https://www.mathworks.com/help/database/ug/databaseexplorer-app.html
There is also a MATLAB File Exchange program called 'msquery' that gives the same functionality. 
https://www.mathworks.com/matlabcentral/fileexchange/5660-msquery