How to merge variables and keeping the highest value only?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hithere
le 2 Nov 2014
Réponse apportée : Azzi Abdelmalek
le 2 Nov 2014
Lets say I have
A = 1 3 6 8
4 6 7 9
5 8 8 12
B = 4 1 9 5
5 2 2 4
4 5 2 14
How do i merge them together, but only keeping the highest value. Meaning, it will generate a third variable and get this:
C = 4 3 9 8
5 6 7 9
5 8 8 14
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!