Main Content
castFiToMATLAB
Syntax
Description
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.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a
See Also
cast64BitFiToInt
| cast64BitIntToFi
| castFiToInt
| castIntToFi