function matrix = myNorm(m) smallest=(min(min(m))); bigest = (max(max(m))); matrix =(m-smallest)/(bigest-smallest);