How can I find the maximum deviation between two matrices?
显示 更早的评论
Hello. I am trying to find the maximum deviation between two matrices. How can I do that?
Thank you
回答(1 个)
James Tursa
2015-9-19
Maybe this?
max(abs(A(:)-B(:)))
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!