.Modelica_LinearSystems2.StateSpace.Internal.readLength_nx

Information

Read the order nx of a state space system from a file

Interface

encapsulated function readLength_nx
  import Modelica.Utilities.Streams.readRealMatrix;
  input String fileName = "ss_siso.mat" "Name of the state space system data file" annotation(
    Dialog(loadSelector(filter = "MAT files (*.mat);; All files (*.*)", caption = "state space system data file")));
  output Integer nx;
end readLength_nx;

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