How to merge variables and keeping the highest value only?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hithere
el 2 de Nov. de 2014
Respondida: Azzi Abdelmalek
el 2 de Nov. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!