WOLFRAM SYSTEM MODELER
CelsiusToFahrenheitBlock-based model for conversion from degree Celsius to degree Fahrenheit |
SystemModel["DocumentationExamples.Tutorial.ExternalData.CelsiusToFahrenheit"]
This example is used in the tutorial Using External Data.
The model may contain stylistic improvements compared to the model obtained by following the steps in the tutorial. Examples of stylistic improvements include the use of description strings, model plots, icons, and documentation.
tempC |
Type: RealInput Description: 'input Real' as connector |
|
---|---|---|
tempF |
Type: RealOutput Description: 'output Real' as connector |
zeroC_in_degC |
Type: Constant Description: Zero degrees Celsius |
|
---|---|---|
sub |
Type: Feedback Description: Output difference between commanded and feedback input |
|
delta_C_to_F |
Type: Gain Description: Change in degrees Fahrenheit per change in degrees Celsius |
|
zeroC_in_degF |
Type: Constant Description: Zero degrees Celsius converted to Fahrenheit |
|
add |
Type: Add Description: Output the sum of the two inputs |