Question: Using MATLAB, answer the following question. Fill in the appropriate vector for each for loop or conditional for each while loop to complete each task.
Using MATLAB, answer the following question.
Fill in the appropriate vector for each for loop or conditional for each while loop to complete each task. Use functions wherever possible and D0 NOT hard code in values unless necessary, i.e. do not type in for i1:10 if you are iterating over a vector with 10 values, instead type in for i 1:length (vector). Write your answers in the table on the last page in the corresponding location. % for loop that iterates through every element in vector vector - randi (100,1,200) 1 for % perform task end NAME PERSON #: LAB SECTION % for loop that iterates over every other column in img img-zeros (100); 2 for % perform task % while loop that checks to make sure the user entered in a vector with 5 elements in-input 'Please enter in a vector with 5 elements: 3 while in - input ('Please enter in a vector with 5 elements: % while loop that runs until the difference is less than 1 count 50; difference1E9; 4 while difference-count-12; count -count -2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
