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.
Mostrar comentarios más antiguos
%% 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;
1 comentario
Ouo Adeline Ouattara
el 10 de Feb. de 2022
Hello,
Did you find how to fix this error?
Respuestas (0)
Categorías
Más información sobre Function Creation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!