Extract from a list of cell

2 visualizaciones (últimos 30 días)
Andy
Andy el 25 de Oct. de 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

Respuesta aceptada

Walter Roberson
Walter Roberson el 25 de Oct. de 2011
peak_loc{3}(1)

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by