Double | flintmax >> |
D = double(V) |
a variable.
a double.
double(V) converts to the double-precision type.
double('Nelson')
A = single(pi)
B = double(A)
B - A
A = ["3.134", "NaN"; "Inf", "-5"];
B = double(A)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET