How to change parameters in EnergyPlus using MATLAB?
6 ビュー (過去 30 日間)
古いコメントを表示
Hi everyone,
Is it possible to change energyplus surface parameters for 80 surfaces using MATLAB automatically (all at once rather than going through them one by one manually)?
Thanks
0 件のコメント
採用された回答
Jiri Dostal
2020 年 10 月 6 日
I'd suggest to manipulate the IDF file from Matlab. Open the file, search for the exact line, and change the value by adding the appropriate text. You can get inspired by the "readIDF" function from the EnergyPlus Co-simulation Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/69074-energyplus-co-simulation-toolbox).
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!