Problem 57765. Determine whether a hydrograph is a unit hydrograph

A hydrograph describes the runoff response of a catchment or watershed to rainfall. It shows the runoff rate Q (or flow or discharge) as a function of time t resulting from a given excess rainfall (expressed as a depth P) for a storm of a specified duration. A unit hydrograph results from unit excess rainfall (e.g., P = 1 cm).
Write a function to determine whether a hydrograph is a unit hydrograph. Inputs to the function will be time t in minutes, the flow rate Q in m^3/s, and the catchment area A in m^2. Allow for a tolerance of 0.01 cm in the excess rainfall depth.

Solution Stats

17.39% Correct | 82.61% Incorrect
Last Solution submitted on May 05, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

More from this Author244

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!