How can I find the maximum deviation between two matrices?
Show older comments
Hello. I am trying to find the maximum deviation between two matrices. How can I do that?
Thank you
Answers (1)
James Tursa
on 19 Sep 2015
Maybe this?
max(abs(A(:)-B(:)))
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!