Extract from a list of cell

1 view (last 30 days)
Andy
Andy on 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

Accepted Answer

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

More Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!