Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [2 2]
y_correct = sqrt(8);
assert(isequal(your_fcn_name(x),y_correct))
x =
2 2
|
Sum all integers from 1 to 2^n
8414 Solvers
find the maximum element of the matrix
348 Solvers
find the roots of a quadratic equation
168 Solvers
320 Solvers
299 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!