How can I find the maximum deviation between two matrices?
Mostrar comentarios más antiguos
Hello. I am trying to find the maximum deviation between two matrices. How can I do that?
Thank you
Respuestas (1)
James Tursa
el 19 de Sept. de 2015
Maybe this?
max(abs(A(:)-B(:)))
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!