Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y = 1;
z_correct=1;
assert(isequal(Speed(x,y),z_correct))
z_correct =
1
|
2 | Pass |
x=4;
y=2;
z_correct=2;
assert(isequal(Speed(x,y),z_correct))
z_correct =
2
|
3076 Solvers
895 Solvers
Number of 1s in a binary string
2826 Solvers
520 Solvers
Matlab Basics II - Create a vector with a repeated entry
182 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!