How to pick maximum value in group?
Mostra commenti meno recenti
I have created groups with repeating value in a matrix and elements in the group are matched with matrix having its probability value. Now I have to find the maximum probability value in each group.
Example:
group n =
prob 1 prob 2 prob 3 maxprob prob 5
Expected output:
group n = repeated value
maxprob
Risposta accettata
Più risposte (1)
Walter Roberson
il 20 Apr 2022
0 voti
findgroups(a). Then splitapply(@max)
1 Commento
ASHA PON
il 22 Apr 2022
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!