Use simulink to generate hdl code but receive an error below.
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Pavan Guntha
el 19 de Ag. de 2021
Could you provide more information regarding the Simulink model by sharing the file or snapshots of the model ?
Respuestas (1)
Pavan Guntha
el 15 de Nov. de 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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!