This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 4096;n=4;
y_correct = 8;
assert(isequal(nth_root(x,n),y_correct))
|
Return the first and last character of a string
3447 Solvers
250 Solvers
07 - Common functions and indexing 2
316 Solvers
345 Solvers
Matlab Basics - Absolute Value
360 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!