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
When the command below is run with the attached Data.mat (will need to be renamed) file an error occurs:
Modelica_LinearSystems2.StateSpace.Internal.invariantZerosWithRealMatrix(readMatrix("Data.mat","A",96,96), readMatrix("Data.mat","B",96,1), zeros(1,96), [0]);
Modelica_LinearSystems2 (version 2.3.4) was used on Dymola 2018 and Dymola 2018 FD01 Alpha, this resulted in the error:
Failed to expand 0.0/0.0.
Reported by @Claytex on 2017-08-30T09:08:31+01:00
When the command below is run with the attached Data.mat (will need to be renamed) file an error occurs:
Modelica_LinearSystems2.StateSpace.Internal.invariantZerosWithRealMatrix(readMatrix("Data.mat","A",96,96), readMatrix("Data.mat","B",96,1), zeros(1,96), [0]);
Modelica_LinearSystems2 (version 2.3.4) was used on Dymola 2018 and Dymola 2018 FD01 Alpha, this resulted in the error:
Failed to expand 0.0/0.0.
The issue appears that beta[i] becomes zero.
Migrated-From: https://trac.modelica.org/Modelica/ticket/2199
The text was updated successfully, but these errors were encountered: