.Modelica_LinearSystems2.ZerosAndPoles.Internal.numberOfRealZerosAndPoles_zp

Information

Get the number of first oder polynomials (n1, d1) and second order polynomials (n2, d2) of zeros and poles from zeros and poles written in a MAT-file

Interface

function numberOfRealZerosAndPoles_zp
  import Modelica_LinearSystems2.DataDir;
  input String fileName = DataDir + "/zp.mat" "Name of the zeros and poles data file" annotation(
    Dialog(loadSelector(filter = "MAT files (*.mat);; All files (*.*)", caption = "state space system data file")));
  input Real eps = Modelica.Constants.eps;
  output Integer n1n2d1d2[4];
end numberOfRealZerosAndPoles_zp;

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