Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y = 1;
z_correct=1;
assert(isequal(Speed(x,y),z_correct))
|
2 | Pass |
x=4;
y=2;
z_correct=2;
assert(isequal(Speed(x,y),z_correct))
|
Solve the set of simultaneous linear equations
273 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
Find nearest prime number less than input number
268 Solvers
260 Solvers
Calculate Amount of Cake Frosting
7491 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!