Find the final velocity of an object with initial velocity 'u', acceleration 'a' and distance travelled 's'. Round to nearest number.
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers3628
Suggested Problems
-
Create a cell array out of a struct
2591 Solvers
-
Project Euler: Problem 3, Largest prime factor
1821 Solvers
-
1548 Solvers
-
Find out sum of all elements of given Matrix
540 Solvers
-
calculate the length of matrix
2632 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
It took me too long to figure out that the instructions say to round to the nearest integer
I had to set it equal to v for mine to work
This was a great problem.
Last test solution looks false to me.