Question: MATLAB QUESTION: Write a script that prompts the user to enter two numbers M and N. The script shoud then create a M-by-N matrix of

MATLAB QUESTION: Write a script that prompts the user to enter two numbers M and N. The script shoud then create a M-by-N matrix of random numbers (use rand). Use nested for loops to move through the matrix, element by element, and set any value that is less than 0.2 to 0 and any value that is greater than (or equal to) 0.2 to 1. Display the original matrix and edited matrix to the command window. Test your code with M = 4 and N = 3

(Please explain the lines of the code a little)

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!