Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
E = 5.490e+18;
y_correct = 61;
assert(isequal(EnergyMass(E),y_correct))
ans =
[]
|
2 | Pass |
E = 1.350e+19;
y_correct = 25*6;
assert(isequal(EnergyMass(E),y_correct))
ans =
[]
|
Make an awesome ramp for a tiny motorcycle stuntman
262 Solvers
276 Solvers
Find the dimensions of a matrix
267 Solvers
Create sequnce 1 4 9 16 25.........
148 Solvers
225 Solvers