How to access data from structure
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mekala balaji
le 17 Mar 2019
Réponse apportée : Pruthvi G
le 18 Mar 2019
Hi,
I have data in structure:
A.B.C
C is also structre with size 23x5
I want to access 4th column of each row (its a double values). How to do this with out for loop.
0 commentaires
Réponse acceptée
Pruthvi G
le 18 Mar 2019
Please try this Command to get the 4th column
A.B.C(:,4) % To get 4th column
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur R Language 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!