Package: coder
Double-precision to single-precision conversion configuration object
A coder.SingleConfig
object
contains the configuration parameters that the convertToSingle
function
requires to convert double-precision MATLAB® code to single-precision MATLAB code.
To pass this object to the convertToSingle
function,
use the -config
option.
creates a scfg
=
coder.config('single')coder.SingleConfig
object
for double-precision to single-precision conversion.
addFunctionReplacement | Replace double-precision function with single-precision function during single-precision conversion |