extracting timetable variables as array
显示 更早的评论
Hi
i have a timetable imported from excel with undefined number or variables (number of usable variables change depending on situation).

Is there a possibility to extract all the variables with names that are written on top row of timetable as array into MATLAB?
e.g.: tempC = [11, 11, 11, 11, ....]
windspeed = [7.00, 7.00, 7.00, ...]
thanks for your help!
3 个评论
Mohammad Sami
2020-9-3
It is not recommended to do what you are asking.
You can easily access the individual variables using . notation as follows.
timetable_csv.TempC
Sehoon Chang
2020-9-3
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Variables 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!