How do I find the max value of rows in a table?

5 vues (au cours des 30 derniers jours)
Darla Bonagura
Darla Bonagura le 23 Juil 2020
Commenté : Darla Bonagura le 27 Juil 2020
I currently have a table (4 columns, 46 rows). I would like to find the max value of each row. For example, if one rows values are [1 0 1 2], I woud like the code to identify 2 as the max value. I need to do this for 46 rows.

Réponse acceptée

madhan ravi
madhan ravi le 23 Juil 2020
MAX_rows = max(TabLe{:, :}, [], 2)

Plus de réponses (0)

Catégories

En savoir plus sur Tables 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