Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Matlab programming: [20 points] A college professor would like to compare how st

ID: 2294086 • Letter: M

Question

Matlab programming:

[20 points] A college professor would like to compare how students perform on a test she gives each year. The following is the first and second year data as follow Year 2 Student Student 2 Student 3 Student 4 Student 5 Question 1 Question 2 Question 3 Question 4 Question Question 2 Question 3 Question 4 Student Student2 Student 3 Student 46 Student 5 10 10 3 a. Create a multidimensional array called testdata with 2 pages each stores first and second years' test b. Using a testdata created in prob a. calculate the average score for each question using mean, for each year, and store the results in a 2x4 2D array avg Calculate the average score for each question for year 1 and 2, and store them to all_avg Extract the data for Question 3 for each year from testdata, and create a 5x2 array, question_3, and display the array question_3. c. d.

Explanation / Answer

Ans)

=======MATLAB CODE in command window(tested in octave online will work in matlab also)===========

===============================

=================================

===============================