Epanet INP reader - extract into structure

Loads an Epanet 2.0 ".inp" file with structure
343 Downloads
Aktualisiert 19 Feb 2015

Lizenz anzeigen

If you require to visualize Epanet 2.0 networks, this script allows you to load the data of an *.INP network file into a MATLAB structure which contains junctions (nodes, tanks, reservoirs) and links (pipes, pumps, valves).

Zitieren als

Mario CASTRO GAMA (2024). Epanet INP reader - extract into structure (https://www.mathworks.com/matlabcentral/fileexchange/47723-epanet-inp-reader-extract-into-structure), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2014a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

Decided to split the code into two subroutines '_extract.m' and '_vis.m', when performing visualization of simulations most of the times using subplots the model is the same.

1.0.0.0