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))
|
Return a list sorted by number of occurrences
1504 Solvers
381 Solvers
Return the first and last character of a string
3447 Solvers
207 Solvers
Back to basics - mean of corner elements of a matrix
297 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!