Owning Class: basic
Requires: MathScript RT Module
c = conjugate(a)
Legacy Name: conj
Computes the complex conjugates of the input elements.
| Name | Description |
|---|---|
| a | Specifies a numeric scalar, vector, or matrix. |
| Name | Description |
|---|---|
| c | Returns the complex conjugates of the elements in a. If a is real, c equals a. c is a scalar, vector, or 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+2i, 4i; -3-6i, -5i]
C = conjugate(A)