![]() | Download Help (Windows Only) |
Owning Class: basic
Requires: MathScript RT Module
c = imag(a)
Returns the imaginary parts of the input elements.
Name | Description |
---|---|
a | Specifies a numeric scalar, vector, or matrix. |
Name | Description |
---|---|
c | Returns the imaginary parts of the elements in a. c is a scalar, vector, or matrix of the same size as a. |
If a is real, imag(a) = zeros(size(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 = [2.12+0.97i; 6.4-3.32i]
C = imag(A)
Helpful
Not Helpful