Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 8;
b=6;
y_correct = 24;
assert(isequal(mul(a,b),y_correct))
|
2 | Pass |
a = 13;
b=17;
y_correct = 221;
assert(isequal(mul(a,b),y_correct))
|
3 | Pass |
a = 12;
b=18;
y_correct = 36;
assert(isequal(mul(a,b),y_correct))
|
Read a column of numbers and interpolate missing data
1235 Solvers
895 Solvers
Is this triangle right-angled?
2874 Solvers
Test Problem; Create a 5x5 array containing all ones
270 Solvers
664 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!