Extracting data from nested cell.
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ajay Ganti
le 5 Déc 2018
Réponse apportée : Cris LaPierre
le 5 Déc 2018
I'm having a cell of size 30x36. In that each element is a cell of 150x4 (type is double). I want to extract the second column of every 150x4 element into an array. How can i do it?
0 commentaires
Réponse acceptée
Cris LaPierre
le 5 Déc 2018
Have a look at this documentation page. Specifically, the example showing the syntax for extracting data from a cell within a cell:
C{2,1}{1,2}
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Cell Arrays 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!