This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1+2i;
y_correct = 3;
assert(isequal(sumImagNum(x),y_correct))
|
2 | Pass |
%%
x = -5-2i;
y_correct = -7;
assert(isequal(sumImagNum(x),y_correct))
|
Create a Multiplication table matrix...
226 Solvers
341 Solvers
204 Solvers
348 Solvers
156 Solvers