Import individual column of excel file into Matlab
2 views (last 30 days)
Show older comments
The excel file named Book3 has multiple columns, I want to import column with date as xdata and column AM as ydata. I need the MATLAB code to do that successful. Thanks
2 Comments
dpb
on 11 Jun 2022
Well, give it a go -- there are many examples readtable and a section in the doc on importing files about processing multiple files. There's sheetnames that will even give you the list of sheets in the workbook if there are different number and they're not just Sheet1, ...
"Nothing ventured, nothing gained..."
Answers (0)
See Also
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!