rad(Matrix) Function

Top 

Description

Converts the specified value from degrees to radians.

 

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

rad(

Matrix M)

 

 

Arguments

M


Description:

The matrix which will be converted, element-by-element, to radians.

 

 

 

Return Value

Type:

Matrix of number

Units:

rad

 

 

A matrix containing the converted values of each element of matrix M in radians.

 

Syntax

myMatrix1 = rad(myMatrix2);

 

 

See also

rad