This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
velocity = 10;
time = 60;
D_correct = 600;
assert(isequal(distance(velocity,time),D_correct))
|
1917 Solvers
14996 Solvers
500 Solvers
Matlab Basics II - Create a vector with a repeated entry
139 Solvers
226 Solvers