.Modelica_LinearSystems2.Internal.Streams.readMatrixInternal

Information

Syntax

readMatrixInternal(fileName, matrixName, m, n)

Description

Read matrix matrixName from file fileName. The matrix saved in file must be of dimension [m,n].

Interface

function readMatrixInternal
  input String fileName "File name";
  input String matrixName "Matrix name";
  input Integer m "Number of rows";
  input Integer n "Number of coloumns";
  output Real A[m, n] "Matrix to read";
end readMatrixInternal;

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