Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
cVec = 5:-.2:-5;
c = VectorFunc();
assert(isequal(c,cVec))
ans =
Columns 1 through 9
5.0000 4.8000 4.6000 4.4000 4.2000 4.0000 3.8000 3.6000 3.4000
Columns 10 through 18
3.2000 3.0000 2.8000 2.6000 2.4000 2.2000 2.0000 1.8000 1.6000
Columns 19 through 27
1.4000 1.2000 1.0000 0.8000 0.6000 0.4000 0.2000 0 -0.2000
Columns 28 through 36
-0.4000 -0.6000 -0.8000 -1.0000 -1.2000 -1.4000 -1.6000 -1.8000 -2.0000
Columns 37 through 45
-2.2000 -2.4000 -2.6000 -2.8000 -3.0000 -3.2000 -3.4000 -3.6000 -3.8000
Columns 46 through 51
-4.0000 -4.2000 -4.4000 -4.6000 -4.8000 -5.0000
|
1163 Solvers
Matrix indexing with two vectors of indices
485 Solvers
620 Solvers
Get the length of a given vector
3561 Solvers
725 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!