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))
|
Find state names that end with the letter A
708 Solvers
235 Solvers
Arrange vector in ascending order
624 Solvers
Implement simple rotation cypher
943 Solvers
Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4
140 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!