MATLAB: L2 norm of the column

MATLABnormalization

How can I write the code to find the L2 norm of the column (G`)ij as shown in the picture below. In my code I have used M instead of G.

Best Answer

M_norm = normc(M)