Hello, today I'm exploring EnergyPlus with Matlab toolbox in Linux environment. I have installed E+ as written into documentation (v9.5.0) and then configured Matlab toolbox to work with it. The problem is when I run the example, I receive the following error
Error using mlep/initialize (line 203) IDF file of version "9.2" is being simulated by an EnergyPlus of version "9.5.0". This may cause severe errors in the EnergyPlus simulation. Use IDFVersionUpdate utility to upgrade the file (<ep_dir>/PreProcess/IDFVersionUpdater/..).
Error in mlepMatlab_example (line 27) ep.initialize;
Notice that I receive the same error with 9.2.0 version and in this case I also did the tip of IDFVersionUpdate, but the tool stated that the file has the current version.
Thanks