1 2 3 4 5 6
//* Function to find, norm(a,2) function testnorm() a = [1,2,3;4,5,6;7,8,9] // Matrix d = norm(a,2); // Calling NORM function. disp(d) // display output endfunction