Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1:0.5:6];
y_correct = [2:12];
assert(isequal(your_fcn_name(x),y_correct))
|
middleAsColumn: Return all but first and last element as a column vector
387 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
Matlab Basics - Convert a row vector to a column vector
419 Solvers
Sum of the Multiplication of Vectors
202 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!