How to access data from structure
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Pruthvi G
il 18 Mar 2019
Please try this Command to get the 4th column
A.B.C(:,4) % To get 4th column
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with Statistics and Machine Learning Toolbox 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!