Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 4;
y = 2;
y_correct = 6;
assert(isequal(hahaha(x,y),y_correct))
|
2 | Pass |
x = 5;
y = 3;
y_correct = 10;
assert(isequal(hahaha(x,y),y_correct))
|
3 | Pass |
x = 10;
y = 7;
y_correct = 120;
assert(isequal(hahaha(x,y),y_correct))
|
329 Solvers
130 Solvers
Determine the length of a string of characters
171 Solvers
Element by element multiplication of two vectors
268 Solvers
61 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!