Use simulink to generate hdl code but receive an error below.
5 views (last 30 days)
Show older comments
Internal Error: Evaluation of validate function on class hdldefaults.LookupTableND failed with the error message: MATLAB:UndefinedFunction: Undefined function 'storedInteger' for input arguments of type 'double'.
How can I solve this error ? Is anything I do not intall?
My matlab version is R2021a, and my model is in attachment.
Answers (1)
Pavan Guntha
on 15 Nov 2021
Hello Kris,
The documentation for n-D Lookup Table shows that HDL Code Generation for is supported for 'Flat' and 'Linear point-slope' interpolation methods. In the Restrictions section, it also indicates that when the Interpolation method is set to 'Flat', the block supports 'half' data type for inputs, breakpoints and outputs. In the attached model, the restriction condition isn't met as the Interpolation method has been set to 'Flat' but the input data type isn't 'half'. You could vary the datatype of the inputs or change the interpolation appropriately adhering to the constraints mentioned in the documentation page.
Hope this helps!
0 Comments
See Also
Categories
Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!