.Annex60.Utilities.Math.Functions.average

Average of a vector

Information

This function outputs the average of the vector.

Interface

function average
  input Integer nin "Number of inputs";
  input Real u[nin] "Input vector";
  output Real y "Result";
end average;

Revisions


Generated at 2026-01-08T19:14:00Z by OpenModelicaOpenModelica 1.26.0 using GenerateDoc.mos