Member of the support class.
c = double(a)
Converts input elements to double-precision, floating-point numbers.
| Name | Description |
| a | Specifies a matrix. The elements in a can be single-precision numbers, double-precision numbers, complex numbers, integers, unsigned integers, character arrays, or Boolean values. |
| Name | Description |
| c | Returns the elements in a as double-precision, floating-point numbers. c is a matrix. |
A = int8(12.3)
B = double(A)