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))
|
Find the alphabetic word product
2322 Solvers
The Goldbach Conjecture, Part 2
1285 Solvers
Rotate input square matrix 90 degrees CCW without rot90
380 Solvers
Matlab Basics - Create a row vector
277 Solvers
Matlab Basics - Logical Tests I
192 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!