Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
vm=[60 2; -30 4];
velo_correct=0;
assert(isequal(colli(vm),velo_correct))
ans =
[]
|
2 | Pass |
vm=[60 2; -30 4; 100 2];
velo_correct=25;
assert(isequal(colli(vm),velo_correct))
ans =
[]
|
337 Solvers
235 Solvers
192 Solvers
Compute a dot product of two vectors x and y
750 Solvers
07 - Common functions and indexing 1
338 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!