well done!
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
n1 = 758; n2 = 469;
y_correct = 2453;
assert(isequal(digitrange(n1,n2),y_correct))
|
2 | Pass |
%%
n1 = 6.23e4; n2 = 12;
y_correct = 124623;
assert(isequal(digitrange(n1,n2),y_correct))
|
given 3 sides, find area of this triangle
680 Solvers
401 Solvers
Calculate the derivative of a polynomial
169 Solvers
Is this triangle right-angled?
2396 Solvers
204 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!