Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
xy = [0 1 1+1i 0-1i];
z=round(polatia(xy)*1000)/1000;
z_correct = 4;
assert(isequal(z,z_correct))
|
2 | Fail |
xy = [3+4i 1 1+1i 0-1i];
z=round(polatia(xy)*1000)/1000;
z_correct = 29;
assert(isequal(z,z_correct))
|
random picture with random colours
138 Solvers
Omit columns averages from a matrix
527 Solvers
Convert from Base 10 to base 5
203 Solvers
Generate a string like abbcccddddeeeee
234 Solvers
273 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!