Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
A simple function that separates out daily mean flow rates into base flow, storm flow, and total flow. HYDSEP was developed by USGS.
I added some example data. Below lines will provide an example.
load('hydsep_data.mat')
dte = datenum(a(:,1:3));
d = [dte a(:,4)];
o = f_hysep(d,50);
Citation pour cette source
Jeff Burkey (2026). Hydrograph Separation using HYDSEP (https://fr.mathworks.com/matlabcentral/fileexchange/36387-hydrograph-separation-using-hydsep), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.0.0.2 (32,2 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.0.2 | Not sure when (or how), but the plot function was incorrectly written. I updated it and added a data file. |
||
| 1.0.0.1 | Updated comments in m-file. |
||
| 1.0.0.0 |