Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 60;
c = 3000;
assert(pizza(a,c)>450)
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In pizza (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
a = 30;
c = 3000;
assert(pizza(a,c)<260)
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In pizza (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
3 | Pass |
a = 15;
c = 6000;
assert(pizza(a,c)>240)
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In pizza (line 2)
In ScoringEngineTestPoint3 (line 3)
In solutionTest (line 7)]
|
3074 Solvers
2538 Solvers
432 Solvers
Matlab Basics II - Log and natural log
136 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!