How to assign timetable as cell type?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/272508/image.jpeg)
0 Commenti
Risposta accettata
Bhaskar R
il 19 Feb 2020
Suppose TT is your timetable variable
cell_array = table2cell(timetable2table(TT)); %timetable to cell
4 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Tables in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!