Extract from a list of cell

1 Ansicht (letzte 30 Tage)
Andy
Andy am 25 Okt. 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

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 25 Okt. 2011
peak_loc{3}(1)

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by