Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
z = 1;
a = 1;
v_correct = pi;
assert(isequal(pizza(z,a),v_correct))
|
2 | Pass |
z = 2;
a = 1;
v_correct = 4*pi;
assert(isequal(pizza(z,a),v_correct))
|
3 | Pass |
z = 1;
a = 2;
v_correct = 2*pi;
assert(isequal(pizza(z,a),v_correct))
|
4 | Pass |
z = 2;
a = 2;
v_correct = 8*pi;
assert(isequal(pizza(z,a),v_correct))
|
Sort a list of complex numbers based on far they are from the origin.
4326 Solvers
Cell Counting: How Many Draws?
581 Solvers
Matlab Basics - Absolute Value
360 Solvers
389 Solvers
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
761 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!