This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x=1;
y_correct = 2;
assert(isequal(length_of_vector(x),y_correct))
|
2 | Pass |
x=[1 2 3];
y_correct = 6;
assert(isequal(length_of_vector(x),y_correct))
|
Swap the first and last columns
9906 Solvers
Remove any row in which a NaN appears
5982 Solvers
Find the alphabetic word product
1998 Solvers
553 Solvers
198 Solvers