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))
|
3879 Solvers
1057 Solvers
1105 Solvers
Make a run-length companion vector
453 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
198 Solvers