Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help. Must be in Matlab format. One of the things that instructors pay a lot of attention to, is something called the DFW rate.

image text in transcribed

Please help. Must be in Matlab format.

One of the things that instructors pay a lot of attention to, is something called the DFW rate. This includes the number of Ds, Fs, and Ws (withdrawals) in a class. We all want to see this number as low as possible. Using the gradebook generated with the following randomization code, and assuming that each row is a student while each column is an assignment, answer the following questions. grades = round(60*rand(50,15)) + 40; How many Ds or Fs on assignments did the first student receive? Save this to Answer1. (note, use logical indexing for this, a comparator on an array) How many Ds on assignments did the entire class receive? Save this to Answer2. How many students received a D or F in their class final grade? Save this to Answer3. (note, use the mean() function to find the average grade for all students, assuming all assignments are equally weighted) How many Ds or Fs did the students, on average, receive as a final grade? Save this to Answer4. (note, you need to first figure out who received a D or F, and then find what the fraction of entire class that this represents. Was it 0.1 students? That would be 1 in 10. Was it 0.2? Something else?) If the average number of final grade Ds or Fs exceeds 0.1, then assign Answers to 1, and otherwise set Answer5 to 0. Assume the following grade cutoffs: A is >= 90 B is = 80 Cis = 70 Dis = 60 F is

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Online Systems For Physicians And Medical Professionals How To Use And Access Databases

Authors: Harley Bjelland

1st Edition

1878487442, 9781878487445

More Books

Students also viewed these Databases questions

Question

How to solve maths problems with examples

Answered: 1 week ago