Why not save with csv extension. IF you can open with MS access, just use save as, and convert to csv file. matlab can read csv file with readtable function
data = readtable('YourFile.csv');
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!