Main Content
coder.ignoreSize
Prevent code generator from creating function specializations for constant-size expressions
Description
coder.ignoreSize(
declares that the
code generator must not use the constant size of an expression to create function
specializations.expression
)
Examples
Input Arguments
More About
Tips
If you assign an expression to a variable and declare the variable as variable-size by using
coder.varsize
, this declaration has the same effect as usingcoder.ignoreSize
on the expression.
Extended Capabilities
Version History
Introduced in R2019b