hi all,
I have below, how can I select first row in a(1)
thanks
a =
[185x3 double]
[185x3 double]
[185x3 double]
[185x3 double]
[185x3 double]
[185x3 double]
[185x3 double]
[185x3 double]
[185x3 double]

 採用された回答

madhan ravi
madhan ravi 2020 年 6 月 10 日
編集済み: madhan ravi 2020 年 6 月 10 日

0 投票

a{1} % Access to first cell
a{1}(1,:) % Access to first cells first row

3 件のコメント

Oday Shahadh
Oday Shahadh 2020 年 6 月 10 日
it returns all rows, what I need is the first row in [185x3 double] which is a(1)
madhan ravi
madhan ravi 2020 年 6 月 10 日
See the second option in my answer
Oday Shahadh
Oday Shahadh 2020 年 6 月 10 日
yesssss you are amazing madhani

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by