coder.ignoreSize
R2026bPrevent 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.ignoreSizeon the expression.
Extended Capabilities
Version History
Introduced in R2019b
See Also
coder.ignoreConst (MATLAB Coder)
Topics
- Code Generation for Recursive Functions (MATLAB Coder)
- Resolve Error: Compile-Time Recursion Limit Reached (MATLAB Coder)
- Troubleshoot Replicated Functions in Generated Code (MATLAB Coder)