Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y = 120;
assert(isequal(fact(x),y))
|
2 | Pass |
x = 1;
y = 1;
assert(isequal(fact(x),y))
|
Duplicate each element of a vector.
518 Solvers
462 Solvers
413 Solvers
Is this triangle right-angled?
2874 Solvers
Write a code that will follow the equation y = x * (x + x) * x.
210 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!