Use simulink to generate hdl code but receive an error below.

5 views (last 30 days)
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.
  2 Comments
Pavan Guntha
Pavan Guntha on 19 Aug 2021
Could you provide more information regarding the Simulink model by sharing the file or snapshots of the model ?
Kris Hsieh
Kris Hsieh on 22 Aug 2021
@Pavan Guntha I've put my model in the context, thanks for answering.Wait for good news.

Sign in to comment.

Answers (1)

Pavan Guntha
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.
For more information you could refer to the documentation page for n-D Lookup Table.
Hope this helps!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!