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))
|
Find the sum of all the numbers of the input vector
31964 Solvers
Getting the indices from a vector
3211 Solvers
965 Solvers
Fahrenheit to Celsius converter
358 Solvers
376 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!