Extract from a list of cell

1 vue (au cours des 30 derniers jours)
Andy
Andy le 25 Oct 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

Réponse acceptée

Walter Roberson
Walter Roberson le 25 Oct 2011
peak_loc{3}(1)

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by