Main Content

MATLAB Language Support

MATLAB® language syntax and functions for HDL code generation

The MATLAB functions and language syntax supported for HDL code generation are available from this page. If your MATLAB algorithm uses an unsupported function, you can generate code by replacing the function with a lookup table approximation. See Replacing Functions Using Lookup Table Approximations.

Functions

expand all

hdl.treesumSum of array elements using tree architecture (Since R2022a)
hdl.treeprodProduct of array elements using tree architecture (Since R2022a)

Topics