Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
xy = [0 1 1+1i 0-1i];
z=round(polatia(xy)*1000)/1000;
z_correct = 4;
assert(isequal(z,z_correct))
|
2 | Pass |
xy = [3+4i 1 1+1i 0-1i];
z=round(polatia(xy)*1000)/1000;
z_correct = 29;
assert(isequal(z,z_correct))
|
248 Solvers
404 Solvers
Implement simple rotation cypher
943 Solvers
Sum the elements in either diagonal of a square matrix
178 Solvers
Is this triangle right-angled?
2394 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!