deg(Array) Function

Top 

Description

Converts the specified value from radians to degrees.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Function Signature

deg(

Array A)

 

 

Arguments

A


Description:

The array which will be converted, element-by-element, to degrees.

 

 

 

Return Value

Type:

Array of number

Units:

deg

 

 

An array containing the converted values of each element of array A in degrees.

 

Syntax

myArray1 = deg(myArray2);

 

 

See also

deg