I cannot figure out a way to create a histogram of each of the RGB colors separately without using any of the built in functions. I need to create a function called my_hist(image) that outputs three different figures each with the individual RGB value. Any amount of help will be greatly appreciated
Thanks in advance!