assignment is to explore the following matlab functions:
rand, disp, display, size, reshape, max, sum, repmat, ones, zeros, imshow, imhist, rgb2gray
You should write some matlab code to demonstrate the working of each of the above functions. Your matlab code should be written in such a way that any user without any prior knowledge of matlab should be able to read your code and understand exactly what a matlab function is doing in easy-to-understand manner. You may add comments in your code to explain thing in more detail.
If you are using Octave, you may need to add the following line on the top of your code:
pkg load image;