How do you graph data from a table that is in a cell array ?
Afficher commentaires plus anciens
I have tables stored in arrays and I want to graph the data that is in the table.
Réponses (1)
madhan ravi
le 2 Juil 2020
TaBlE = table;
TaBlE.a = rand(10);
plot(TaBlE.a)
Catégories
En savoir plus sur Tables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!