Run EnergyPlus in Matlab
I'm trying to run EnergyPlus in Matlab. I found mle+ but I could only find guides for the GUI.
Since I have to run many simulations with data previously calculated in a Matlab script, it could be easier to run E+ directly inside a loop statement.
I found out how to do in python (https://unmethours.com/question/22157...) but I couldn't find it in Matlab.
Thank you!
Do you want to run E+ and Matlab synchronous that mean at each timestep EnergyPlus exchange data with Matlab mutually? Or, you want to call E+ in Matlab?
For now, I just need to call E+ in Matlab. Could you make an example typing the code?
What if I want to exchange data?