Compute L2-like norm defined by the square values of the differences between each entrie of two matrices with the same dimensions.

L2Norm(mat1, mat2)

Arguments

mat1, mat2

Two matrices.

Value

Returns a matrix with L2-like norms.