Problem 60778. Complete hydraulic geometry relations
Hydraulic geometry relations express the velocity V, width B, and depth H of a river as a function of the discharge (or flow) Q, which is the volume of water that passes a cross section in a unit time. These relations have the form (e.g., Leopold and Mattuck 1953)
where the coefficients have the appropriate dimensions.
Write a function that takes two each of the coefficients and exponents and determines the third such that the relation between flow and velocity (i.e., ) is satisfied. The coefficients and exponents will be given as 1x3 vectors in the order velocity, width, and depth, and the unknown values will be given as NaN.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers4
Suggested Problems
-
Complete hydraulic geometry relations
4 Solvers
More from this Author282
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!