for loop example 5 from module 4
Write a function with the header [U,H] = myunique(A) where the input A is a row vector, U is an array with all of the unique numbers in A, and H is an array with the number of occurrences of each number in U
Rules: do not use the unique function