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 document
Transcribed image textStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started