Epanet INP reader - extract into structure

버전 1.1.0.0 (16.2 KB) 작성자: Mario CASTRO GAMA
Loads an Epanet 2.0 ".inp" file with structure
다운로드 수: 342
업데이트 날짜: 2015/2/19

라이선스 보기

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

인용 양식

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. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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