Program: assignment 08.m
Rushing and passing statistics are available for Auburn and the opponents for each
football game. Read the statistics from files and print a report and graph of
information as instructed.
Problem Constants:
AU file name 'AU_stats08.txt'
opp file name 'opp_stats08.txt'
Problem Inputs:
For Auburn and opponents:
game date in 2-col matrix
rushing stats in 4-col matrix
passing stats in 4-col matrix
Problem Outputs:
For Auburn’s and opponents’ reports:
game date, print with leading zeros and /
rushing attempts, yards, yards per attempt average
passing attempts, yards, yards per attempt average
For Auburn’s and opponents’ graphs:
rushing and passing yards
Other variables:
as needed
Equations:
as needed.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 1 | 2 | 3 | 4 | 5 |