One pitcher made 10 practice pitches during his warm up before the game. Using the given information, create a vector matrix and find the average speed of the pitches. x is in miles per hour.
x = [100, 98, 95, 103, 84, 98, 87, 105, 95, 98]
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers112
Suggested Problems
-
Maximum running product for a string of numbers
2257 Solvers
-
Convert a numerical matrix into a cell array of strings
2529 Solvers
-
Celsius to Fahrenheit converter
674 Solvers
-
756 Solvers
-
Matlab Basics - y as a function of x
532 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The test suite is lacking (and wrong).
Fixed the first test and added a second one.