Question: MUST USE MATLAB Random Number Generation: Create a function file named gradeUniformGeneration that will generate simulated ('fake') grade data for a course according to the
MUST USE MATLAB
Random Number Generation:


Create a function file named gradeUniformGeneration that will generate simulated ('fake') grade data for a course according to the given statistics. a The function should have three input arguments. i The first input argument is the number of students taking the class. ii The second input argument is a row vector with three integers, the first integer is the number of homework assignments, the second is the number of labs, the third one is the number of exams. iii The third input argument is a 23 array, the first row are three real numbers representing the "minimum" of homework assignments, labs, and exams, respectively. The second row are three real numbers representing the "maximum" of homework assignments, labs, and exams, respectively. b The function should return a single output argument, which is a 2-D array simulating the grades all students get in homework assignments, labs and exams. i Each student takes a row and each grade item takes a column. ii All grades for homework assignments, labs, and exams are integers uniformly distributed between "minimum" and "maximum". iii The columns should be arranged in the order of all homework assignments, then followed by all labs, and then followed by all exams
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
