Assume x is a 3D array with n pages, representing students in a class, for each student (page in the array, the 3rd dimension), their grades are reported in two columns: Total Grade & Percent Grade. The rows of the student's page represent Math, Physics, Chemistry, and Biology in that order.
Write a function that extracts a student's Percent Grade in Physics given the student's number (n)
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers124
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2052 Solvers
-
Set the array elements whose value is 13 to 0
1445 Solvers
-
295 Solvers
-
374 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
359 Solvers
More from this Author28
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!