This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
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))
|
244 Solvers
158 Solvers
367 Solvers
Convert from Base 10 to base 5
119 Solvers
Generate N equally spaced intervals between -L and L
442 Solvers