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))
|
1262 Solvers
686 Solvers
299 Solvers
Sum the numbers on the main diagonal
453 Solvers
2985 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!