Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 10;
m=2;
y_correct = 1814400;
assert(isequal(your_fcn_name(m,n),y_correct))
y =
1814400
|
2 | Pass |
n = 4;
m=3;
y_correct = 4;
assert(isequal(your_fcn_name(m,n),y_correct))
y =
4
|
3 | Pass |
n = 10;
m=5;
y_correct = 30240;
assert(isequal(your_fcn_name(m,n),y_correct))
y =
30240
|
Make one big string out of two smaller strings
1149 Solvers
Numbers with prime factors 2, 3 and 5.
166 Solvers
Who is the smartest MATLAB programmer?
561 Solvers
Penny flipping - calculate winning probability (easy)
144 Solvers
320 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!