Error using mlep/loadIdf (line 772) Subscripting a table using linear indexing (one subscript) or multidimensional indexing (three or more subscripts) is not supported. Use a row subscript and a variable subscript.

2 views (last 30 days)
%% Create mlep instance and configure it
% Instantiate co-simulation tool
ep = mlep;
% Building simulation configuration file
ep.idfFile = 'EMSWindowShadeControl';
% Weather file
ep.epwFile = 'USA_IL_Chicago-OHare.Intl.AP.725300_TMY3';
%% Input/output configuration
% Initialize the co-simulation. This will load the IDF file.
ep.initialize;
-----------------------------
Error using mlep/loadIdf (line 772)
Subscripting a table using linear indexing (one subscript) or multidimensional indexing
(three or more subscripts) is not supported. Use a row subscript and a variable subscript.
Error in mlep/initialize (line 196)
obj.loadIdf;
Error in mlepMatlab_example (line 27)
ep.initialize;

Answers (0)

Community Treasure Hunt

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

Start Hunting!