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
y =
2.8284
|
Who knows the last digit of pi?
557 Solvers
2145 Solvers
Sum of diagonals elements of a matrix
166 Solvers
Find the area of the four walls
203 Solvers
134 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!