How to merge variables and keeping the highest value only?

3 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 2 de Nov. de 2014

Más respuestas (0)

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by