Filter löschen
Filter löschen

selecting first row in cell array

13 Ansichten (letzte 30 Tage)
Oday Shahadh
Oday Shahadh am 10 Jun. 2020
Kommentiert: Oday Shahadh am 10 Jun. 2020
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]

Akzeptierte Antwort

madhan ravi
madhan ravi am 10 Jun. 2020
Bearbeitet: madhan ravi am 10 Jun. 2020
a{1} % Access to first cell
a{1}(1,:) % Access to first cells first row
  3 Kommentare
madhan ravi
madhan ravi am 10 Jun. 2020
See the second option in my answer
Oday Shahadh
Oday Shahadh am 10 Jun. 2020
yesssss you are amazing madhani

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays 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!

Translated by