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 CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by