Engee documentation

Radians to Degrees

Converting radians to degrees.

radians to degrees

Description

Block Radians to Degrees converts the input angle value from radians to degrees using the formula

,

where is the angle in radians, and is the angle in degrees.

Ports

Input

Port_1 - angle in radians
scalar | vector | matrix

Input value of angle in radians.

Data types: Float16, Float32, Float64, Int8, Int16, Int32, Int64, UInt8, UInt16, UInt32, UInt64, Fixed, Bool

Supports complex numbers: No

Output

Port_1 - angle in degrees
scalar | vector | matrix

Output value of the angle in degrees. The size of the output is equal to the size of the input. The data type is determined by the input data type: if the input is Float16, Float32 or Float64, the output signal type coincides with the input type, in all other cases it is converted to Float64.

Data types: Float16, Float32, Float64