This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
E = 5.490e+18;
y_correct = 61;
assert(isequal(EnergyMass(E),y_correct))
ans =
61
|
2 | Pass |
E = 1.350e+19;
y_correct = 25*6;
assert(isequal(EnergyMass(E),y_correct))
ans =
150
|
469 Solvers
211 Solvers
Matlab Basics - Absolute Value
272 Solvers
Matlab Basics - y as a function of x
241 Solvers
53 Solvers