Compute L1-like norm defined by the absolute values of the differences between each entry of two matrices with the same dimensions.

L1Norm(mat1, mat2)

Arguments

mat1, mat2

Two matrices.

Value

Returns a matrix with L1-like norms.