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
|
516 Solvers
462 Solvers
Change the first and last diagonal element of the identity matrix to zero
117 Solvers
509 Solvers
Finding perimeter of a rectangle
278 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!