Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 4096;n=4;
y_correct = 8;
assert(isequal(nth_root(x,n),y_correct))
8
|
2 | Pass |
x = 256;n=4;
y_correct = 4;
assert(isequal(nth_root(x,n),y_correct))
4
|
Find the sum of all the numbers of the input vector
31956 Solvers
3238 Solvers
Sum all integers from 1 to 2^n
8416 Solvers
Determine Whether an array is empty
646 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!