deg(Matrix) Function

Top 

Description

Converts the specified value from radians to degrees.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Function Signature

deg(

Matrix M)

 

 

Arguments

M


Description:

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

 

 

 

Return Value

Type:

Matrix of number

Units:

deg

 

 

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

 

Syntax

myMatrix1 = deg(myMatrix2);

 

 

See also

deg