how to import excel data as separate column vectors?
75 次查看(过去 30 天)
显示 更早的评论
Hey guys,
can someone please tell me how to import excel data as separate column vectors? I know how to do it trough the interface but i need to use it in a script :/
Thank you for your help
0 个评论
采纳的回答
Star Strider
2020-2-29
The available functions inport Excel files as matrices (that are of course collections of column vectors) are readmatrix and xlsread. There are others such as readtable, however that imports them as table objects.
11 个评论
更多回答(1 个)
Image Analyst
2020-3-1
Viktor, don't forget to look at my reply to you in this question of yours, which is pretty much the same.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!