How can I find the maximum deviation between two matrices?
Afficher commentaires plus anciens
Hello. I am trying to find the maximum deviation between two matrices. How can I do that?
Thank you
Réponses (1)
James Tursa
le 19 Sep 2015
Maybe this?
max(abs(A(:)-B(:)))
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!