Import individual column of excel file into Matlab
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
dpb
2022-6-11
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..."
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!