getwdsdata.m

Get water distribution system data from an EPANET input file
ダウンロード: 1.3K
更新 2007/7/5

ライセンスの表示

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'})

引用

Philip Jonkergouw (2025). getwdsdata.m (https://jp.mathworks.com/matlabcentral/fileexchange/15502-getwdsdata-m), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersEnvironmental Science についてさらに検索
謝辞

ヒントを与えたファイル: EPANET Info from INP files

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0