WOLFRAM SYSTEM MODELER

MinMax

Output the minimum and the maximum element of the input vector

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Math.MinMax"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Determines the minimum and maximum element of the input vector and provide both values as output.

Parameters (1)

nu

Value: 0

Type: Integer

Description: Number of input connections

Connectors (3)

u

Type: RealVectorInput[nu]

Description: Real input connector used for vector of connectors

yMax

Type: RealOutput

Description: 'output Real' as connector

yMin

Type: RealOutput

Description: 'output Real' as connector

Used in Examples (1)

RealNetwork1

Modelica.Blocks.Examples

Demonstrates the usage of blocks from Modelica.Blocks.Math