Member of the support class.
c = single(a)
Converts input elements to single-precision numbers.
| Name | Description |
| a | Specifies a matrix. |
| Name | Description |
| c | Returns the elements of a converted to single precision numbers. c is a matrix. |
A = int8(12.3)
C = single(A)