blockMin
Min function for vectors
Extends from Interfaces.PartialConverters.MISO (Converter with multiple inputs and a single output).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The scalar output y is obtained as the minimum of all components in the input vector u.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Structural Parameters | |||
| Integer | nin (from MISO) | 2 | Number of input signals |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.RealMultiInput[nin] | u (from MISO) | Input |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from SO) |