Sergey Sergey - MATLAB Cody - MATLAB Central

Sergey Sergey

129590
Rank
1
Badge
10
Score
1 – 3 of 3

Sergey Sergey submitted a Comment to Solution 974432

function [V] = pizza_volume (z, a) V = pi*a*z^2; end

on 23 Sep 2016

Sergey Sergey submitted a Comment to Problem 167. Pizza!

funtction [V] = pizza_volume(z,a) V=pi*z^2*a; end

on 23 Sep 2016

Sergey Sergey received Commenter badge for Problem 167. Pizza!

on 23 Sep 2016

1 – 3 of 3
Go to top of page