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)]
|
Find the numeric mean of the prime numbers in a matrix.
6781 Solvers
19329 Solvers
Back to basics 25 - Valid variable names
293 Solvers
271 Solvers
Matrix of almost all zeros, except for main diagonal
152 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!