chore: import upstream snapshot with attribution
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
function z = maxdiff(x, y)
|
||||
% Written by Mo Chen (sth4nth@gmail.com).
|
||||
assert(all(size(x)==size(y)));
|
||||
z = max(abs(x(:)-y(:)));
|
||||
|
||||
Reference in New Issue
Block a user