Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
A = [1 2 3 4]; x = 2;
y_correct = [1 4 9 16];
assert(isequal(raise_vector(A,x),y_correct))
|
2 | Pass |
A = [81 16 1296]; x = 0.25;
y_correct = [3 2 6];
assert(isequal(raise_vector(A,x),y_correct))
|
2183 Solvers
given 3 sides, find area of this triangle
680 Solvers
Sum all integers from 1 to 2^n
8419 Solvers
Find the maximum number of decimal places in a set of numbers
739 Solvers
2045 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!