Matrix imag.
More...
List of all members.
Public Member Functions |
|
| type(array) | array_imag (A) |
| | Imag triangular matrix of a matrix.
|
Detailed Description
Matrix imag.
- Parameters:
-
- Returns:
- B the imag marix of A
type(array) Re, Im, Cplx, Re2, Im2
Re = randu(10, 10)
Im = randu(10, 10)
Cplx = complex(Re, Im)
Re2 = real(Cplx)
Im2 = imag(Cplx) ! Extract imaginary part, Same as Im
The documentation for this interface was generated from the following file: