Problem 51168. Flow rate in a pipe
Solution Stats
Problem Comments
-
1 Comment
Hector Mellen
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
Problem Recent Solvers24
Suggested Problems
-
Check if number exists in vector
7353 Solvers
-
Rounding off numbers to n decimals
2330 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
365 Solvers
-
Convert given decimal number to binary number.
1288 Solvers
-
Calculate the area of a circle
73 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!