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))
|
Back to basics 9 - Indexed References
392 Solvers
283 Solvers
Switch matrix to a column vector
260 Solvers
find the maximum element of the matrix
348 Solvers
519 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!