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))
ans =
23.8491
|
2 | Pass |
%%
x = -5.3;
t = 6.8;
v_correct = -22.273808521444963;
assert(isequal(particle_vel(x,t),v_correct))
ans =
-22.2738
|
Make one big string out of two smaller strings
1148 Solvers
216 Solvers
Is this triangle right-angled?
2393 Solvers
177 Solvers
Write a code that will follow the equation y = x * (x + x) * x.
209 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!