WOLFRAM SYSTEM MODELER
InOutA model that adds two inputs and solves a differential equation |
SystemModel["DocumentationExamples.Basic.InOut"]
This library contains models used in the documentation of system modeling functionality in Wolfram Language. These examples and this library can be explored in the Wolfram Language documentation.
u1 |
Type: RealInput Description: Real input signal 1 |
|
---|---|---|
u2 |
Type: RealInput Description: Real input signal 2 |
|
y |
Type: RealOutput Description: Real output signal |
add1 |
Type: Add Description: Output the sum of the two inputs |
---|