Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2.1;
t = 4.2;
v_correct = 23.849128073359125;
assert(isequal(particle_vel(x,t),v_correct))
|
2 | Pass |
x = -5.3;
t = 6.8;
v_correct = -22.273808521444963;
assert(isequal(particle_vel(x,t),v_correct))
|
Sum all integers from 1 to 2^n
6332 Solvers
Remove the two elements next to NaN value
311 Solvers
369 Solvers
169 Solvers
Determine the length of a string of characters
122 Solvers