Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1;
y = 1;
z_correct=1;
assert(isequal(Speed(x,y),z_correct))
ans =
1
|
2 | Pass |
%%
x=4;
y=2;
z_correct=2;
assert(isequal(Speed(x,y),z_correct))
ans =
2
|
2236 Solvers
Make a run-length companion vector
453 Solvers
Is this triangle right-angled?
1924 Solvers
Append two matrix as shown below example
141 Solvers
Matlab Basics - Set unwanted parts of a vector to zero
149 Solvers