Question: This is a MATLAB programming question 1. In MATLAB, perform the following tasks: a. Create a script named my_images.m b. In your my_images.m script, read

This is a MATLAB programming question

1. In MATLAB, perform the following tasks:

a. Create a script named my_images.m

b. In your my_images.m script, read in all seven images, and display them.

c. Create a function called colorize_im that manipulates the color palate (the RGB channels) of an image in an interesting way (your choice) and returns the modified image.

d. In your my_images.m script, call your colorize_im function using your favorite of the supplied images as input and save your result.

e. Create a function called im_scramble. This function will scramble an image so it looks like a sliding puzzle game (see the following link for information: https://www.proprofs.com/games/puzzle/sliding/). A 3x3 tiling is sufficient. You do not need to leave a blank tile. Scrambling the image and returning the scrambled image is all this function should do. Your function should work for an image of any size.

f. Call your im_scramble function using your second favorite of the supplied images as input and save your result.

2. Submit your script, functions, and two resulting images as a MS Word documentThis is a MATLAB programming question 1. In MATLAB, perform the followingtasks: a. Create a script named my_images.m b. In your my_images.m script,

Transcribed image text

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!