Cast fi
object type to an equivalent built-in MATLAB data type
casts the input y
= castFiToMATLAB(u
)u
to an equivalent MATLAB® built-in data type when possible.
If the input u
is a fi
object type that can be
represented exactly by a built-in MATLAB data type, then the output is this built-in data type. If
u
is a fi
object type that cannot be exactly
represented by a built-in data type, or if it is already a built-in data type, then the
output is the same as the input.
cast64BitFiToInt
| cast64BitIntToFi
| castFiToInt
| castIntToFi