. Design a MATLAB program to process a brain MRI image as follows: read the attached JPG image ("MRI_brain_image2.jpg"), convert to grayscale, and apply filtering multiple times to remove all speckle noise from the image, then display the original unprocessed image and the grayscale filtered image in separate subplots of the same figure. Using the filtered image, generate another figure which changes the color of the ventricles (the white part in the middle of the brain) to green, and crop the image so that the skull is at the edges of the image. You can use Bing AI tools to generate MATLAB program code (you can also manually modify the code as needed). Include your names and an example of your Bing AI input prompts as comments in your MATLAB program.