selecting first row in cell array

13 次查看(过去 30 天)
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
a{1} % Access to first cell
a{1}(1,:) % Access to first cells first row
  3 个评论
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 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by