How to assign timetable as cell type?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Bhaskar R
le 19 Fév 2020
Suppose TT is your timetable variable
cell_array = table2cell(timetable2table(TT)); %timetable to cell
4 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Tables dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!