Extract from a list of cell

2 ビュー (過去 30 日間)
Andy
Andy 2011 年 10 月 25 日
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

採用された回答

Walter Roberson
Walter Roberson 2011 年 10 月 25 日
peak_loc{3}(1)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by