Problem 51168. Flow rate in a pipe
Solution Stats
Problem Comments
-
1 Comment
N/A
on 1 Apr 2022
Not sure what I did wrong?
function y = flow_rate(r,v)
y = (v*pi*(r^2))*(10^-4)
round(y,4)
end
Solution Comments
Show commentsProblem Recent Solvers36
Suggested Problems
-
2958 Solvers
-
Find common elements in matrix rows
2301 Solvers
-
Side of an equilateral triangle
5150 Solvers
-
calculate the tangent of angle in radians
127 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
1455 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!