Convert the result from symbolic to floating point by using
double.
gCoordDbl = double(gCoordSplit)
gCoordDbl =
15.0000 21.0000 7.2000
Reconstruct the original coordinate by summing the split units and
rewriting the result to degrees. mixedUnits returns an
exact symbolic result instead of a numeric approximation. For details, see
Choose Numeric or Symbolic Arithmetic.
Input, specified as a symbolic expression with units.
quantity must not contain symbolic variables. Units
in quantity and units must be
compatible.
Units to represent input as, specified as a vector of symbolic units.
Units must be in descending order of magnitude. Units in
quantity and units must be
compatible.