Problem 47420. Falling on the Moon.
A stone of mass
is dropped on the moon from a height h. Given a gravity force
, find the time t it takes to reach the ground.
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
Rafael S.T. Vieira
on 7 Nov 2020
please fix, your test suite. For instance
h = 1.5;
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct = 1.3608))
Should be
h = 1.5;
y_correct = 1;
assert(isequal(your_fcn_name(x),1.3608))
埃博拉酱
on 8 Nov 2020
Please ensure that you have offered a valid reference solution that can pass your test suites before publishing the problem. Be responsible, thank you.
埃博拉酱
on 8 Nov 2020
A fileread hack is the most convenient solution we impose to irresponsible problems, but I'd like to pay you some patience since it's the first time you create a problem.
Rafael S.T. Vieira
on 8 Nov 2020
Thank you, Daniele.
Solution Comments
Show commentsProblem Recent Solvers46
Suggested Problems
-
Back to basics 21 - Matrix replicating
1616 Solvers
-
3993 Solvers
-
7441 Solvers
-
11028 Solvers
-
134 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!