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))
|
Find state names that end with the letter A
709 Solvers
Count from 0 to N^M in base N.
220 Solvers
Project Euler: Problem 6, Natural numbers, squares and sums.
1018 Solvers
325 Solvers
"Low : High - Low : High - Turn around " -- Create a subindices vector
320 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!