Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 7;
y_correct = 354;
assert(isequal(your_fcn_name(x),y_correct))
y =
354
|
2 | Pass |
x = 12;
y_correct = 1739;
assert(isequal(your_fcn_name(x),y_correct))
y =
1739
|
3 | Pass |
x = 21;
y_correct = 9272;
assert(isequal(your_fcn_name(x),y_correct))
y =
9272
|
4 | Pass |
x = 35;
y_correct = 42886;
assert(isequal(your_fcn_name(x),y_correct))
y =
42886
|
3968 Solvers
228 Solvers
Number of 1s in a binary string
2824 Solvers
Calculate the area of a triangle between three points
874 Solvers
Do Fast Fourier Transformation
221 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!