Question: Q 1 - Write a user - defined function that calculates grade point average ( GPA ) on a scale of 0 to 4 ,

Q1- Write a user-defined function that calculates grade point average (GPA) on a scale of 0 to 4, where A=4,A-=3.7,B+=3.3,B=3,B-=2.7,C+=2.3,C=2,C-=1.7,D+=1.3,D=1, and E=0. For the function name and arguments, use av = GPA(g,h). The input argument g is a vector whose elements are the numerical values of the grades. The input argument h is a vector with the corresponding credit hours. The output argument av is the calculated GPA. Use the function to calculate the GPA for a student with the following record:
\table[[Grade,A-,B,B+,C,E,A,D+,A. Do it using MATLAB SHOW THE CODE
Q 1 - Write a user - defined function that

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!