Owning Class: basic
Requires: MathScript RT Module
c = exp(a)
Computes the base e exponential of the input elements.
| Name | Description |
|---|---|
| a | Specifies a scalar, vector, or matrix. |
| Name | Description |
|---|---|
| c | Returns the base e exponential of the elements in a. c is a matrix of the same size as a. |
The following table lists the support characteristics of this function.
| Supported in the LabVIEW Run-Time Engine | Yes |
| Supported on RT targets | Yes |
| Suitable for bounded execution times on RT | Yes |
A = [1, 0; -1, 2]
C = exp(A)