This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x=[3-6i -1-4i -1+4i 3+6i];
y_correct = [-1 - 4i -1 + 4i 3 - 6i 3 + 6i];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x=[2-i 2+i 3+4i 3-4i];
y_correct = [2-i 2+i 3-4i 3+4i];
assert(isequal(your_fcn_name(x),y_correct))
|
5702 Solvers
465 Solvers
613 Solvers
Back to basics 2 - Function Path
139 Solvers
325 Solvers