Create matrix of maximum values from cell array

2 ビュー (過去 30 日間)
Mary Hemler
Mary Hemler 2020 年 6 月 4 日
回答済み: Rik 2020 年 6 月 4 日
If I have a 1x73 cell array consisting of 1x60 doubles, FR, how can I create a 1x73 matrix consisting of the maximum values of each cell in FR?

採用された回答

Rik
Rik 2020 年 6 月 4 日
cellfun(@max,FR)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by