.Modelica_LinearSystems2.Math.Matrices.Internal.readMatrixGain

Information

Read a matrix from mat-file

Interface

encapsulated function readMatrixGain
  import Modelica;
  import Modelica_LinearSystems2;
  input String fileName = "matrixGain.mat" "Name of the matrix data file" annotation(
    Dialog(loadSelector(filter = "MAT files (*.mat);; All files (*.*)", caption = "matrix data file")));
  input String matrixName = "K" "Name of the matrix" annotation(
    Dialog);
  input Integer m;
  input Integer n;
  output Real K[m, n];
end readMatrixGain;

Generated at 2024-05-18T18:16:21Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos