MATLAB: How to import and export data through MATLAB

automationexcelexport datafunctionsimport dataMATLABmicrosoft accessscriptsspreadsheet

Hello everyone,
Thank you in advance for your help. Normally I don't like to ask without providing what I've tried, but I'm trying to save time on what I'm trying to do.
What I am trying to achieve is a script that can automate the process of importing excel data into Matlab and then exporting it into an Access database. Basically a spreadsheet with some data and then storing it into Access by adding said spreadsheet as a new table in said database. My only real problem is that I'm not sure on the specific Matlab functions the import and export data.
I've read about several different ways to import data, but none of them I have come across give me specific functions to string together, instead it they refer to the buttons available in Matlab's "Home" tab.
Any ideas or hints in order for me to do this correctly with ease?
If I didn't provide enough of an explanation please let me know. I greatly appreciate any tips/advice you all have to offer.
EDIT: Also, I'm not just going to sit and wait for an answer, I'll be trying to string something together and then hopefully, with your inputs, I can compare to what I've done and share it with what anyone has recommended. Thank you.
Thank you,
L

Best Answer

Check xlsread, xlswrite.
Also go through readtable and writetable.