Tag Archives: distribution

Grade Distribution Plot Creation

Currently, I’m a graduate teaching assistant for Aerodynamics 1 and Aerospace Structures at the University of Alabama. After grading homework, quizzes, and exams I usually input the data into an Excel file. After a bout of procrastination I created a grade distribution plot for my classes.

I used MATLAB to pull the grades out of an Excel file, count the number of occurrences for each grade, and then plot the distribution. I created an Excel sheet that creates random grades so as to avoid using any of my students’ information. I already know the possible range of grades so these are hard-coded. I’ll post updates to the code throughout the semester.

Areas of future work:

  • Updating the way Excel files are called. Using the currentgradesheet variable will cause the error the second time it is called because it will use the first file name it contains.
  • Changing possible grades into a user input or created from the range of grades uploaded from Excel.
  • Tracking student data: being able to call a student’s name and seeing their grade history. This might take another function and a lot more time than I want to spend using MATLAB.

I have no problems with you using my code: just be sure to reference me.

Grade Distribution Plot Routine:

Code and Output in .pdf Format