.Modelica_LinearSystems2.Internal.partialReadStateSpaceMatrix

Information

This partial function opens the given MATLAB MAT file and reads the given matrix of a state space system from this file. This function has no outputs, beining considered as a "partial" function to be further extended. Especially, operations on the protected matrixABCD can be done in an extending function.

See also

readSystemDimension

Interface

partial function partialReadStateSpaceMatrix
  extends Modelica.Icons.Function;
  import Modelica.Utilities.Streams;
  input String fileName = "dslin.mat" "File where matrixName data is stored" annotation(
    Dialog(loadSelector(filter = "MAT files (*.mat);; All files (*.*)", caption = "Open MATLAB MAT file")));
  input String matrixName = "ABCD" "Name of the generalized state space system matrix on file";
end partialReadStateSpaceMatrix;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos