Epanet INP reader - extract into structure

Loads an Epanet 2.0 ".inp" file with structure
341 Downloads
Updated 19 Feb 2015

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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