Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = ['1a 2c 3c 4b'];
y_correct = ['1a 2c 3c 4b'];
assert(isequal(res(x),y_correct))
x =
1a 2c 3c 4b
|
Swap the first and last columns
12413 Solvers
2500 Solvers
Basics: 'Find the eigenvalues of given matrix
323 Solvers
Generate a random matrix A of (1,-1)
211 Solvers
07 - Common functions and indexing 2
316 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!