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
Syntax
[x] = getwdsdata(wdsfile, code)
[x] = getwdsdata(wdsfile, code, id)
[x,t] = getwdsdata(...)
Description
[x] = getwdsdata(wdsfile, code) returns static water distribution system data for all nodes/links from an EPANET 2 input file. The type of data is specified by the epanet 'code'.
[x] = getwdsdata(wdsfile, code, id) returns static water distribution system data for the nodes/links specified in cell array of strings 'id' from an EPANET 2 input file.
[x,t] = getwdsdata(...) returns dynamic water distribution system data with the time steps from an EPANET 2 input file.
Example
[cl, t] = getwdsdata('Net1.inp', 'en_quality', {'2', '12'})
Citation pour cette source
Philip Jonkergouw (2026). getwdsdata.m (https://fr.mathworks.com/matlabcentral/fileexchange/15502-getwdsdata-m), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
A inspiré : EPANET Info from INP files
Informations générales
- Version 1.0.0.0 (105 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.0 |
