Extract from a list of cell

1 visualizzazione (ultimi 30 giorni)
Andy
Andy il 25 Ott 2011
here is my code:
peak_loc = cell(216,1)
peak_loc{3} = [596,620, 697]
is it possible to extract only the 596 from the list? Thanks

Risposta accettata

Walter Roberson
Walter Roberson il 25 Ott 2011
peak_loc{3}(1)

Più risposte (0)

Categorie

Scopri di più su MATLAB Compiler in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by