Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
cVec = 5:-.2:-5;
c = VectorFunc();
assert(isequal(c,cVec))
ans =
Columns 1 through 10
5.0000 4.8000 4.6000 4.4000 4.2000 4.0000 3.8000 3.6000 3.4000 3.2000
Columns 11 through 20
3.0000 2.8000 2.6000 2.4000 2.2000 2.0000 1.8000 1.6000 1.4000 1.2000
Columns 21 through 30
1.0000 0.8000 0.6000 0.4000 0.2000 0 -0.2000 -0.4000 -0.6000 -0.8000
Columns 31 through 40
-1.0000 -1.2000 -1.4000 -1.6000 -1.8000 -2.0000 -2.2000 -2.4000 -2.6000 -2.8000
Columns 41 through 50
-3.0000 -3.2000 -3.4000 -3.6000 -3.8000 -4.0000 -4.2000 -4.4000 -4.6000 -4.8000
Column 51
-5.0000
|
Program an exclusive OR operation with logical operators
597 Solvers
Back to basics 21 - Matrix replicating
904 Solvers
441 Solvers
205 Solvers
Matlab Basics - Convert a row vector to a column vector
301 Solvers