Importing header row of excel spreadsheet as a string array
22 次查看(过去 30 天)
显示 更早的评论
I have an excel table that I want to import into MATLAB, but I would like to assign a variable to the header row as a string array. I know I can do this by manually selecting the first row in the 'import data' section, but I would like to add it into my script to save time. The script I am writing will be used for many different sized tables of data, so ideally I don't want to have to specify a range of rows.
0 个评论
回答(1 个)
Prince Kumar
2022-4-6
Hi,
You can use "detectImportOptions".
Please read the following documentation for more information
Hope this helps!
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!