Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
p= 100;
R=10
n=1
y_correct = 110;
assert(isequal(your_fcn_name(p,R,n),y_correct))
R =
10
n =
1
y =
110
|
Find the sum of the elements in the "second" diagonal
994 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
07 - Common functions and indexing 6
348 Solvers
498 Solvers
261 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!