Determine the square root of the value the user has entered, n.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers791
Suggested Problems
-
Back to basics 12 - Input Arguments
621 Solvers
-
11631 Solvers
-
1625 Solvers
-
Back to Basics - Find no. of elements in a matrix?
327 Solvers
-
3407 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Hello Samantha,
I think you should change "assert(isequal(your_fcn_name(x),y_correct))
" to "assert(isequal(your_fcn_name(n),y_correct))"
I made the suggested change to the test suite and re-scored.