How to assign timetable as cell type?
5 次查看(过去 30 天)
显示 更早的评论
Hello,
Can anybody tell me how can I assign a timetable as cell type, and store it inside a table as shown in the image below.
0 个评论
采纳的回答
Bhaskar R
2020-2-19
Suppose TT is your timetable variable
cell_array = table2cell(timetable2table(TT)); %timetable to cell
4 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!