Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
m=1;
h=10;
v=2;
y_correct = 100;
assert(isequal(te(m,h,v),y_correct))
|
2 | Pass |
m=10;
h=10;
v=2;
y_correct = 1000;
assert(isequal(te(m,h,v),y_correct))
|
3 | Pass |
m=1;
h=10;
v=20;
y_correct = 298;
assert(isequal(te(m,h,v),y_correct))
|
3606 Solvers
Create a square matrix of multiples
383 Solvers
Determine Whether an array is empty
646 Solvers
401 Solvers
145 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!