Create a function that generates random arrays of integers beween a and b,
    inclusive.  Use the definition line
   
       function A = randhw(a,b,M,N)
      
    where a and b define the (inclusive) range and M and N define the size
    of the output array (rows and columns, respectively).

정확히 뭘 하라는건지 모르겠네요...일단 함수 input 4개짜리 함수를 만드는데...

이게 아웃풋이 A 하나로 나오는 함수인가요?

2개 같아가지고 자꾸;;;;a,b에 관한 아웃풋 1개랑 M,N에 관한 아웃풋 한개랑;;;; 아닌감..;;

형들 이게 뭐에요??? 글고 M,N는 뭘 하라는거에요..??