Question: Using Arrays to Analyze Data ( 1 3 ) Overview This HW problem will help you solidify your data analysis / manipulation skills in MATLAB.

Using Arrays to Analyze Data
(13) Overview
This HW problem will help you solidify your data analysis/manipulation skills in MATLAB. Data is often given to you in a certain format and you must work
is. Here, you are given student grades organized as described below and asked to manipulate the grade data accordingly.
Working with data in arrays can be challenging, especially if you haven't done it before. You will likely be much more successful if you visualize the data
desired results by writing out the arrays by hand. This kind of visualization can make a coding task that initially seems intractable seem much more cle
feasible.
Problem Information
The grading scheme for an intro physics course is
HW: 15%
Exams: 50%
Labs: 20%
Final Project 15%
This grading scheme and the course grades for every student are defined as variables in the beginning of fhe provided script template below. The array G ho
student grades. Each row represents one of the assignment bins (e.g. Exams), and each column represents a single student's scores in all 4 bins. The first
represents the HW bin, the second the Exams bin, the third the Labs bin, and the fourth the Final Project bin. Each bin has a maximum total of 100 points. T
array looks something like (without the column and row headers)
Add lines of code that accomplish the following tasks:
Create a column vector for which the first element is the maximum unweighted HW score across all students, the second element is the maximum
Using Arrays to Analyze Data ( 1 3 ) Overview

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 Programming Questions!