How to access data from structure

1 回表示 (過去 30 日間)
Mekala balaji
Mekala balaji 2019 年 3 月 17 日
回答済み: Pruthvi G 2019 年 3 月 18 日
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.

採用された回答

Pruthvi G
Pruthvi G 2019 年 3 月 18 日
Please try this Command to get the 4th column
A.B.C(:,4) % To get 4th column

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by