Epanet INP reader - extract into structure

Loads an Epanet 2.0 ".inp" file with structure
344 descargas
Actualizado 19 feb 2015

Ver licencia

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).

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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