-
5 Comments
Show
2 older comments
Sergey Sergey
on 23 Sep 2016
function [V] = pizza_volume (z, a)
V = pi*a*z^2;
end
Isaac
on 29 Sep 2016
y=pi*z^2*a
SANGWOO CHANG
on 5 Nov 2016
good solution
Suggested Problems
-
Return unique values without sorting
935 Solvers
-
1599 Solvers
-
The sum of the numbers in the vector
612 Solvers
-
615 Solvers
-
810 Solvers
More from this Author23
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!