Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Compare between matrices to find the max
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello there! I have a problem with my matlab program. I should compare a lot of matrices and choose for every position i,j the max and create a new matrix with this max. Have you some ideas to do this? Thanks to everyone
0 comentarios
Respuestas (1)
Bhuvnesh Singh
el 28 de Feb. de 2018
In order to achieve this you can use max function.
If you have two matrices A and B
M = max(A,B)
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!