How to access data from structure
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mekala balaji
am 17 Mär. 2019
Beantwortet: Pruthvi G
am 18 Mär. 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 Kommentare
Akzeptierte Antwort
Pruthvi G
am 18 Mär. 2019
Please try this Command to get the 4th column
A.B.C(:,4) % To get 4th column
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu R Language finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!