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 で Simulink 3D Animation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!