Problem 2376. Find the Nth Root of a Given Number
Solution Stats
Problem Comments
-
2 Comments
wrong command in test suit.. it should be nth_root(x,n).. please fix it
fixed
Solution Comments
-
1 Comment
function ans = nth_root(x,n)
nthroot(x,n)
end
my answer correct but fail test suit 3 fails help me
Problem Recent Solvers226
Suggested Problems
-
4569 Solvers
-
Reverse the elements of an array
774 Solvers
-
Switch matrix to a column vector
297 Solvers
-
317 Solvers
-
Create an anti-identity matrix
162 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!