Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 2.1;
t = 4.2;
v_correct = 23.849128073359125;
assert(isequal(particle_vel(x,t),v_correct))
v =
22.6059
|
2 | Fail |
x = -5.3;
t = 6.8;
v_correct = -22.273808521444963;
assert(isequal(particle_vel(x,t),v_correct))
v =
17.9448
|
Select every other element of a vector
20358 Solvers
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
Cumulative product of a vector
210 Solvers
111 Solvers
266 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!