.Modelica_LinearSystems2.Internal.Streams.ReadMatrixA2

Information

Read the state matrix of a state space system

Interface

function ReadMatrixA2
  input String fileName = DataDir + "abcd.mat" annotation(
    Dialog(loadSelector(filter = "MAT files (*.mat);; All files (*.*)", caption = "state space system data file")));
  input String matrixName = "ABCD" "Name of the generalized state space system matrix";
  input Integer nx "System order";
  output Real A[nx, nx] = ABCD[1:nx, 1:nx];
end ReadMatrixA2;

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos