exp(Matrix) Function

Top 

Description

Computes the exponential function value (e^x) of the specified value. The specified value represents the exponent x.

 

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

exp(

Matrix M)

 

 

Arguments

M


Description:

The matrix whose element-by-element exponential function value (e^x) will be returned.

 

 

 

Return Value

Type:

Matrix of number

 

 

A matrix containing the exponential function value (e^x) of each element of matrix M.

 

Syntax

myMatrix1 = exp(myMatrix2);

 

 

See also

exp