Bowling Stat's D.B W R В — 1 В - 2 В — 3 X%3D В —4 В — 5 4 10 2 27 1 14 13 40 3 5 7 12 2 3 22 37, As you can see, a particular row corresponds to a bowler, while the columns represent the information...


Bowling Stat's<br>D.B W R<br>В — 1<br>В - 2<br>В — 3 X%3D<br>В —4<br>В — 5<br>4<br>10<br>2<br>27<br>1<br>14<br>13<br>40<br>3<br>5<br>7<br>12<br>2<br>3<br>22<br>37,<br>As you can see, a particular row corresponds to a bowler, while the columns represent the information<br>of overs bowled (O), dot-balls (D.B), wickets taken (W) and runs conceded (R). For example, Bowler<br>(B-2) bowled 3 overs, 5 dot-balls, 3 wickets taken, and 14 runs conceded. Stats for other bowlers are<br>represented by the other rows in a similar fashion.<br>Write a MATLAB® script to compute<br>a) The economy rate for each bowler. (hint: In cricket, a bowler's economy rate is total number<br>of runs they have conceded per over bowled.)<br>b) Which bowler has the lowest bowling average. (a player's bowling average is the number<br>of runs they have conceded per wicket taken. hint: min command with index value will be<br>helpful here).<br>c) The total number of dot balls bowled by all five bowlers. (the sum command with appropriate<br>dimension argument will be helpful here; see sum documentation for further help).<br>d) The batting team total score and run rate (where run rate is the average number of runs a<br>batting side scores per over).<br>

Extracted text: Bowling Stat's D.B W R В — 1 В - 2 В — 3 X%3D В —4 В — 5 4 10 2 27 1 14 13 40 3 5 7 12 2 3 22 37, As you can see, a particular row corresponds to a bowler, while the columns represent the information of overs bowled (O), dot-balls (D.B), wickets taken (W) and runs conceded (R). For example, Bowler (B-2) bowled 3 overs, 5 dot-balls, 3 wickets taken, and 14 runs conceded. Stats for other bowlers are represented by the other rows in a similar fashion. Write a MATLAB® script to compute a) The economy rate for each bowler. (hint: In cricket, a bowler's economy rate is total number of runs they have conceded per over bowled.) b) Which bowler has the lowest bowling average. (a player's bowling average is the number of runs they have conceded per wicket taken. hint: min command with index value will be helpful here). c) The total number of dot balls bowled by all five bowlers. (the sum command with appropriate dimension argument will be helpful here; see sum documentation for further help). d) The batting team total score and run rate (where run rate is the average number of runs a batting side scores per over).

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here