Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x1=0;y1=0;x2=10;y2=6
N = 14;
assert(isequal(sqrnbr(x1,y1,x2,y2),N));
y2 =
6
|
2 | Pass |
%%
x1=0;y1=1;x2=10;y2=21
N = 20;
assert(isequal(sqrnbr(x1,y1,x2,y2),N));
y2 =
21
|
3 | Pass |
%%
x1=0;y1=3.5;x2=10;y2=3.5
N = 10;
assert(isequal(sqrnbr(x1,y1,x2,y2),N));
y2 =
3.5000
|
Remove all the words that end with "ain"
1292 Solvers
Get the area codes from a list of phone numbers
532 Solvers
Back to basics 11 - Max Integer
678 Solvers
484 Solvers
Find offset of given matrix element from first matrix element
59 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!