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 |
l = 1;
ar = 2;
y_correct = pi*2;
assert(isequal(Pillar_Size(l,ar),y_correct))
[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 Pillar_Size (line 2)
In ScoringEngineTestPoint1 (line 4)
In solutionTest (line 3)]
|
2 | Pass |
l = 12;
ar = 25;
y_correct = pi*3600;
assert(isequal(Pillar_Size(l,ar),y_correct))
[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 Pillar_Size (line 2)
In ScoringEngineTestPoint2 (line 4)
In solutionTest (line 5)]
|
3 | Pass |
l = 6;
ar = 2;
y_correct = pi*72;
assert(isequal(Pillar_Size(l,ar),y_correct))
[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 Pillar_Size (line 2)
In ScoringEngineTestPoint3 (line 4)
In solutionTest (line 7)]
|
"Low : High - Low : High - Turn around " -- Create a subindices vector
320 Solvers
Side of an equilateral triangle
2595 Solvers
360 Solvers
219 Solvers
556 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!