You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I' m using MATLAB 2018a and EnergyPlus 9.0.2 on Windows 10 and I' m trying to install MLE+ on it. I run the script, according to the manual but i am getting the following errors:
Error in uiextras.Container (line 90)
obj.Listeners{end+1,1} = handle.listener( containerObj, findprop( containerObj,
'PixelBounds' ), 'PropertyPostSet', @obj.onResized );
Hello,
I' m using MATLAB 2018a and EnergyPlus 9.0.2 on Windows 10 and I' m trying to install MLE+ on it. I run the script, according to the manual but i am getting the following errors:
Error in uiextras.Container (line 90)
obj.Listeners{end+1,1} = handle.listener( containerObj, findprop( containerObj,
'PixelBounds' ), 'PropertyPostSet', @obj.onResized );
Error in uiextras.Box (line 38)
[email protected]( varargin{:} );
Error in uiextras.VBox (line 44)
[email protected]( varargin{:} );
Error in mlep (line 56)
mlep.mainBox = uiextras.VBox( 'Parent', mlep.handle, 'Padding', 0, 'Spacing', 0 );
What should i do? Any idea on how to solve the above problems?
Thanks in advance.
The text was updated successfully, but these errors were encountered: