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))
|
Convert a numerical matrix into a cell array of strings
455 Solvers
579 Solvers
Solve the set of simultaneous linear equations
273 Solvers
Relative ratio of "1" in binary number
392 Solvers
Simple equation: Annual salary
3779 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!