Main Content

Celsius to Fahrenheit

Convert degrees Celsius to degrees Fahrenheit

  • Celsius to Fahrenheit block

Libraries:
Simulink Extras / Transformations

Description

The Celsius to Fahrenheit block computes the output temperature in degrees Fahrenheit from the input temperature in degrees Celsius.

TF = (9/5)TC + 32

TC is the temperature in degrees Celsius and TF is the temperature in degrees Fahrenheit.

Ports

Input

expand all

Input signal specifying the Celsius degrees.

Data Types: single | double | int8 | int16 | int32 | uint8 | uint16 | uint32 | fixed point

Output

expand all

Output signal specifying the Fahrenheit degrees.

Data Types: single | double | int8 | int16 | int32 | uint8 | uint16 | uint32 | fixed point

Version History

Introduced in R2008b