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))
|
1263 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
349 Solvers
How many trades represent all the profit?
520 Solvers
1097 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!