.AixLib.Utilities.Math.Functions.linearInterpolation

Information

This function interpolates values linearly between two fulcrums.

Interface

function linearInterpolation
  input Real x "Independent variable";
  input Real y_1[:, 2] "Interpolation data";
  output Real y "Dependent variable";
end linearInterpolation;

Revisions


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