Create matrix of maximum values from cell array

2 vues (au cours des 30 derniers jours)
Mary Hemler
Mary Hemler le 4 Juin 2020
Réponse apportée : Rik le 4 Juin 2020
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?

Réponse acceptée

Rik
Rik le 4 Juin 2020
cellfun(@max,FR)

Plus de réponses (0)

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by