Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4];
y_correct = [1 4 3 4 4];
assert(isequal(get14344(x),y_correct))
|
2 | Pass |
x = [4 3 2 1]
y_correct = [4 1 2 1 1];
assert(isequal(get14344(x),y_correct))
x =
4 3 2 1
|
Find the sum of the elements in the "second" diagonal
994 Solvers
Getting the absolute index from a matrix
211 Solvers
232 Solvers
Matlab Basics II - Create a vector with a repeated entry
182 Solvers
171 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!