Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y = 1;
z_correct=1;
assert(isequal(Speed(x,y),z_correct))
|
2 | Pass |
x=4;
y=2;
z_correct=2;
assert(isequal(Speed(x,y),z_correct))
|
Find all elements less than 0 or greater than 10 and replace them with NaN
13050 Solvers
6281 Solvers
329 Solvers
Getting the indices from a vector
3207 Solvers
340 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!