Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [2 3+i;1 4+i];
y_correct = [2 1;3+i 4+i]
assert(isequal(tran_matrix(x),y_correct))
y_correct =
2.0000 + 0.0000i 1.0000 + 0.0000i
3.0000 + 1.0000i 4.0000 + 1.0000i
|
Sum all integers from 1 to 2^n
8411 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
414 Solvers
Matlab Basics - Convert a row vector to a column vector
419 Solvers
323 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!