How to merge variables and keeping the highest value only?

5 vues (au cours des 30 derniers jours)
hithere
hithere 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

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 2 Nov 2014

Plus de réponses (0)

Catégories

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