Member of the basic class.
c = pow2(a)
Computes the powers of 2 of the input elements.
| Name | Description |
| a | Specifies a scalar, vector, or matrix. |
| Name | Description |
| c | Returns the powers of 2 of the elements in a. c is a matrix of the same size as a. |
A = [1+3i, 5.6; -2.3, 8-i]
C = pow2(A)