Problem 47420. Falling on the Moon.
Solution Stats
Problem Comments
-
4 Comments
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))
Please ensure that you have offered a valid reference solution that can pass your test suites before publishing the problem. Be responsible, thank you.
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.
Thank you, Daniele.
Problem Recent Solvers36
Suggested Problems
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
7913 Solvers
-
Change the first and last diagonal element of the identity matrix to zero
140 Solvers
-
find the surface area of a cube
459 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
291 Solvers
-
199 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!