Azzera filtri
Azzera filtri

selecting first row in cell array

6 visualizzazioni (ultimi 30 giorni)
Oday Shahadh
Oday Shahadh il 10 Giu 2020
Commentato: Oday Shahadh il 10 Giu 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]

Risposta accettata

madhan ravi
madhan ravi il 10 Giu 2020
Modificato: madhan ravi il 10 Giu 2020
a{1} % Access to first cell
a{1}(1,:) % Access to first cells first row
  3 Commenti
madhan ravi
madhan ravi il 10 Giu 2020
See the second option in my answer
Oday Shahadh
Oday Shahadh il 10 Giu 2020
yesssss you are amazing madhani

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Multidimensional Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by