Compile-time size assumption error in Simulink function script

3 visualizaciones (últimos 30 días)
Kenneth
Kenneth el 24 de Jul. de 2024
Respondida: Divyanshu el 6 de Sept. de 2024
I'm encountering a compile-time size assumption violation error when attempting to run my MATLAB code with code generation.
I am working with a column vector ffeout_lp which has the dimensions 63680x1, and an integer oversample which is set to 40. I am quite new to scripting in simulink, so what I have tried so far may not have been optimal. The 'coder.varsize' statements above are to initialize space for arrays, as to my knowledge dynamic initializing is not permitted for code generation. How do I go about this compile time error?
Thanks!

Respuestas (1)

Divyanshu
Divyanshu el 6 de Sept. de 2024
Hello @Kenneth,
Most probably you are facing this issue because of an existing bug in 'R2023b' in MATLAB Coder. You can refer the following bug-reports to get more details on the bug:
This bug is fixed in R2024a, so you can try updating the version of MATLAB.
Also you can refer the following documentation link for more information:
Hope it helps!

Categorías

Más información sobre Simulink Coder en Help Center y File Exchange.

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by