.AixLib.Utilities.Math.Functions.linearInterpolation

function for linear interpolation

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 2026-07-22T21:16:24Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos