Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
y = ieee_lm(1940,1965);
y_correct = 2005;
assert(isequal(y,y_correct))
|
2 | Pass |
%%
y=ieee_lm(1990,2035);
y_correct=2063;
assert(isequal(y,y_correct))
|
3 | Pass |
%%
y=ieee_lm(1980,2018);
y_correct=2049;
assert(isequal(y,y_correct))
|
Determine whether a vector is monotonically increasing
11920 Solvers
6364 Solvers
351 Solvers
Moving average (variable kernel length)
104 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
297 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!