Main Content
coder.config
Create configuration object for fixed-point or single-precision conversion
Description
config_obj = coder.config('fixpt')
creates a coder.FixptConfig
configuration object. Use this object
with the fiaccel
function when converting floating-point
MATLAB® code to fixed-point MATLAB code.
config_obj = coder.config('single')
creates
a coder.SingleConfig
configuration object for use
with the convertToSingle
function when generating
single-precision MATLAB code from double-precision MATLAB code.
Examples
Version History
Introduced in R2014b
See Also
coder.FixPtConfig
| fiaccel
| coder.SingleConfig
| convertToSingle